mongorest 0.0.1 copy "mongorest: ^0.0.1" to clipboard
mongorest: ^0.0.1 copied to clipboard

Mongorest client for Dart. This library provides an ORM interface to Mongorest.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mongorest

With Flutter:

 $ flutter pub add mongorest

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

dependencies:
  mongorest: ^0.0.1

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:mongorest/mongorest.dart';
0
likes
145
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Mongorest client for Dart. This library provides an ORM interface to Mongorest.

Documentation

API reference

License

MIT (license)

Dependencies

http, meta, pasubot_json_isolate

More

Packages that depend on mongorest