orm 6.0.0-beta.1 copy "orm: ^6.0.0-beta.1" to clipboard
orm: ^6.0.0-beta.1 copied to clipboard

Typed relational data access for Dart, from declaration to migration.

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:

$ orm

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: ^6.0.0-beta.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';
240
likes
0
points
1.36k
downloads

Documentation

Documentation

Publisher

verified publisherodroe.dev

Weekly Downloads

Typed relational data access for Dart, from declaration to migration.

Repository (GitHub)
View/report issues

Topics

#orm #database #sqlite #postgresql #mysql

License

unknown (license)

Dependencies

analyzer, build, crypto, dart_style, mysql_client_plus, path, postgres, sqlite3, web

More

Packages that depend on orm