orm 2.4.4 copy "orm: ^2.4.4" to clipboard
orm: ^2.4.4 copied to clipboard

◭ Next-generation ORM for Dart & Flutter | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate orm

Use it

The package has the following executables:

$ prisma

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add orm

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

dependencies:
  orm: ^2.4.4

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:orm/orm.dart';
186
likes
0
pub points
89%
popularity

Publisher

verified publisherodroe.com

◭ Next-generation ORM for Dart & Flutter | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB.

Homepage
Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

opencollective.com
opencollective.com

License

unknown (LICENSE)

Dependencies

archive, args, code_builder, crypto, dart_style, http, json_annotation, path, rc, retry, yaml

More

Packages that depend on orm