dart_orm 0.2.1 copy "dart_orm: ^0.2.1" to clipboard
dart_orm: ^0.2.1 copied to clipboard

Dart 1 only

Easy-to-use and easy-to-setup database ORM for dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_orm

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

dependencies:
  dart_orm: ^0.2.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:dart_orm/dart_orm.dart';
1
likes
40
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Easy-to-use and easy-to-setup database ORM for dart.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

More

Packages that depend on dart_orm