dust_db_sqlite3 0.2.0 copy "dust_db_sqlite3: ^0.2.0" to clipboard
dust_db_sqlite3: ^0.2.0 copied to clipboard

SQLite runtime for Dust Database. Executes build-time validated SQL and generated row mapping over package:sqlite3.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dust_db_sqlite3

With Flutter:

 $ flutter pub add dust_db_sqlite3

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

dependencies:
  dust_db_sqlite3: ^0.2.0

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:dust_db_sqlite3/dust_db_sqlite3.dart';
0
likes
150
points
95
downloads

Documentation

Documentation
API reference

Publisher

verified publisherwidget-lab.dev

Weekly Downloads

SQLite runtime for Dust Database. Executes build-time validated SQL and generated row mapping over package:sqlite3.

Repository (GitHub)
View/report issues
Contributing

Topics

#codegen #database #sqlite #sql #sqlite3

License

MIT (license)

Dependencies

dust_dart, sqlite3

More

Packages that depend on dust_db_sqlite3