dartonic 0.0.14 copy "dartonic: ^0.0.14" to clipboard
dartonic: ^0.0.14 copied to clipboard

A database query builder inspired by Drizzle. It allows you to connect to various databases (SQLite, PostgreSQL, MySQL) and perform database operations using a fluent API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartonic

With Flutter:

 $ flutter pub add dartonic

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dartonic: ^0.0.14

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dartonic/dartonic.dart';
15
likes
150
points
142
downloads

Publisher

verified publisherevandersondev.com.br

Weekly Downloads

A database query builder inspired by Drizzle. It allows you to connect to various databases (SQLite, PostgreSQL, MySQL) and perform database operations using a fluent API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

mysql1, postgres, sqlite3, uuid

More

Packages that depend on dartonic