orm 3.3.1 copy "orm: ^3.3.1" to clipboard
orm: ^3.3.1 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: ^3.3.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: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:

github.com
opencollective.com

License

unknown (LICENSE)

Dependencies

analyzer, code_builder, crypto, dart_style, http, json_annotation, meta, path, prisma_dmmf, prisma_generator_helper, recase, retry

More

Packages that depend on orm