basalt_postgres 0.1.0 copy "basalt_postgres: ^0.1.0" to clipboard
basalt_postgres: ^0.1.0 copied to clipboard

Postgres backend for the Basalt Dart ORM — a driver-backed Connection + SqlDialect on package:postgres, with introspection and json/uuid/numeric/array codecs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add basalt_postgres

With Flutter:

 $ flutter pub add basalt_postgres

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

dependencies:
  basalt_postgres: ^0.1.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:basalt_postgres/basalt_postgres.dart';
0
likes
160
points
35
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Postgres backend for the Basalt Dart ORM — a driver-backed Connection + SqlDialect on package:postgres, with introspection and json/uuid/numeric/array codecs.

Repository (GitHub)
View/report issues
Contributing

Topics

#orm #database #postgres #sql

License

MIT (license)

Dependencies

basalt, postgres

More

Packages that depend on basalt_postgres