aim_orm_postgres 0.0.1 copy "aim_orm_postgres: ^0.0.1" to clipboard
aim_orm_postgres: ^0.0.1 copied to clipboard

PostgreSQL ORM implementation for Dart with Record syntax table definitions and type-safe query builders.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add aim_orm_postgres

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

dependencies:
  aim_orm_postgres: ^0.0.1

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:aim_orm_postgres/aim_orm_postgres.dart';
0
likes
0
points
142
downloads

Publisher

verified publisheraim-dart.dev

Weekly Downloads

PostgreSQL ORM implementation for Dart with Record syntax table definitions and type-safe query builders.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

aim_orm, aim_postgres

More

Packages that depend on aim_orm_postgres