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

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. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dartonic/dartonic.dart';
16
likes
0
points
55
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

License

unknown (license)

Dependencies

mysql1, postgres, sqlite3

More

Packages that depend on dartonic