dartian_orm 1.0.0 copy "dartian_orm: ^1.0.0" to clipboard
dartian_orm: ^1.0.0 copied to clipboard

Drift-based ORM for Dartian with relationships, migrations, and query builder - SQLite and PostgreSQL

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartian_orm

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

dependencies:
  dartian_orm: ^1.0.0

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:dartian_orm/dartian_orm.dart';
0
likes
60
points
42
downloads

Publisher

verified publisherdartian.org

Weekly Downloads

Drift-based ORM for Dartian with relationships, migrations, and query builder - SQLite and PostgreSQL

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#orm #database #drift #sqlite

Documentation

API reference

License

unknown (license)

Dependencies

drift, drift_postgres, path, postgres, sqlite3

More

Packages that depend on dartian_orm