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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dust_db_postgres

With Flutter:

 $ flutter pub add dust_db_postgres

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

dependencies:
  dust_db_postgres: ^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_postgres/dust_db_postgres.dart';
0
likes
160
points
48
downloads

Documentation

Documentation
API reference

Publisher

verified publisherwidget-lab.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues
Contributing

Topics

#codegen #database #postgresql #sql #postgres

License

MIT (license)

Dependencies

dust_dart, postgres

More

Packages that depend on dust_db_postgres