pg_dorm 0.0.1+3 copy "pg_dorm: ^0.0.1+3" to clipboard
pg_dorm: ^0.0.1+3 copied to clipboard

Dart simple orm for postgress

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pg_dorm

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

dependencies:
  pg_dorm: ^0.0.1+3

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

Import it

Now in your Dart code, you can use:

import 'package:pg_dorm/pg_dorm.dart';
1
likes
25
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Dart simple orm for postgress

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

analyzer, build, dart_style, json_annotation, postgres, source_gen, yaml

More

Packages that depend on pg_dorm