datapod_postgres 0.2.1 copy "datapod_postgres: ^0.2.1" to clipboard
datapod_postgres: ^0.2.1 copied to clipboard

PostgreSQL plugin for Datapod ORM.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add datapod_postgres

With Flutter:

 $ flutter pub add datapod_postgres

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

dependencies:
  datapod_postgres: ^0.2.1

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:datapod_postgres/datapod_postgres.dart';
0
likes
120
points
127
downloads

Publisher

unverified uploader

Weekly Downloads

PostgreSQL plugin for Datapod ORM.

Repository (GitHub)
View/report issues

Topics

#orm #database #postgresql

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

datapod_api, datapod_engine, logging, postgres

More

Packages that depend on datapod_postgres