It is a server-side library with minimalistic support of MongoDb. At the moment driver supports basic CRUD operations, authentication.
Some samples are in directory examples. Also Chris Buckett gave a realistic use case scenario in two part blog post:
See also:
Add this to your package's pubspec.yaml file:
dependencies: mongo_dart: 0.1.17
If your package is an
application package you should use any
as the
version constraint.
If you're using the Dart Editor, choose:
Menu > Tools > Pub Install
Or if you want to install from the command line, run:
$ pub install
Now in your Dart code, you can use:
import 'package:mongo_dart/ mongo_dart.dart';
| Version | Uploaded | Archive |
|---|---|---|
| 0.1.17 | May 10, 2013 | Download mongo_dart 0.1.17 archive |
| 0.1.15 | May 09, 2013 | Download mongo_dart 0.1.15 archive |
| 0.1.14 | Apr 27, 2013 | Download mongo_dart 0.1.14 archive |
| 0.1.13 | Apr 26, 2013 | Download mongo_dart 0.1.13 archive |
| 0.1.12 | Apr 17, 2013 | Download mongo_dart 0.1.12 archive |
| 0.1.11 | Mar 30, 2013 | Download mongo_dart 0.1.11 archive |
| 0.1.10 | Mar 28, 2013 | Download mongo_dart 0.1.10 archive |
| 0.1.8 | Mar 24, 2013 | Download mongo_dart 0.1.8 archive |
| 0.1.7 | Mar 23, 2013 | Download mongo_dart 0.1.7 archive |
| 0.1.6 | Mar 20, 2013 | Download mongo_dart 0.1.6 archive |