activerecord 1.4.5 copy "activerecord: ^1.4.5" to clipboard
activerecord: ^1.4.5 copied to clipboard

outdatedDart 1 only

An Active Record implementation for the Dart language

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add activerecord

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

dependencies:
  activerecord: ^1.4.5

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:activerecord/activerecord.dart';
0
likes
20
points
65
downloads

Publisher

unverified uploader

Weekly Downloads

An Active Record implementation for the Dart language

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

json_object, logging

More

Packages that depend on activerecord