dartonic 0.0.10 copy "dartonic: ^0.0.10" to clipboard
dartonic: ^0.0.10 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.10

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';
12
likes
150
points
61
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)

Documentation

API reference

License

MIT (license)

Dependencies

mysql1, postgres, sqlite3

More

Packages that depend on dartonic