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

Dart 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: ^2.3.2

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

activemigration, json_object, logging, postgres_adapter

More

Packages that depend on activerecord