d_rocket_engine_postgres 2.0.0 copy "d_rocket_engine_postgres: ^2.0.0" to clipboard
d_rocket_engine_postgres: ^2.0.0 copied to clipboard

PostgreSQL engine for d_rocket 2.0: implements the DbEngine contract over the Postgres v3 wire protocol (via package:postgres). Use it for multi-user / multi-machine backends; for local single-user ap [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add d_rocket_engine_postgres

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

dependencies:
  d_rocket_engine_postgres: ^2.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:d_rocket_engine_postgres/d_rocket_engine_postgres.dart';
0
likes
120
points
34
downloads

Documentation

Documentation
API reference

Publisher

verified publishertorogoz.tech

Weekly Downloads

PostgreSQL engine for d_rocket 2.0: implements the DbEngine contract over the Postgres v3 wire protocol (via package:postgres). Use it for multi-user / multi-machine backends; for local single-user apps, prefer d_rocket_engine_sqlite.

Repository (GitHub)
View/report issues

Topics

#postgres #postgresql #orm #d-rocket #database

License

MIT (license)

Dependencies

d_rocket, flutter, meta, postgres

More

Packages that depend on d_rocket_engine_postgres