orm 5.0.3 copy "orm: ^5.0.3" to clipboard
orm: ^5.0.3 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-client-dart

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: ^5.0.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:orm/orm.dart';
213
likes
0
pub points
88%
popularity

Publisher

verified publisherodroe.dev

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

code_builder, dart_style, decimal, json_rpc_2, path, rc, recase, stream_channel, webfetch

More

Packages that depend on orm