jao 0.1.0 copy "jao: ^0.1.0" to clipboard
jao: ^0.1.0 copied to clipboard

Just Another ORM for Dart. Because you didn't have enough options already.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jao

With Flutter:

 $ flutter pub add jao

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

dependencies:
  jao: ^0.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:jao/jao.dart';
0
likes
140
points
--
downloads

Publisher

unverified uploader

Just Another ORM for Dart. Because you didn't have enough options already.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, meta, mysql1, postgres, sqlite3

More

Packages that depend on jao