orm 4.1.0 copy "orm: ^4.1.0" to clipboard
orm: ^4.1.0 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

With Flutter:

 $ flutter 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: ^4.1.0

Alternatively, your editor might support dart pub get or flutter 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';
180
likes
140
pub points
91%
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
Contributing

Documentation

API reference

Funding

Consider supporting this project:

github.com
opencollective.com
www.patreon.com

License

BSD-3-Clause (LICENSE)

Dependencies

code_builder, dart_style, decimal, json_rpc_2, logging, path, recase, retry, stream_channel, webfetch

More

Packages that depend on orm