mongo_dart 0.1.17

Mongo-dart - MongoDB driver for Dart programming language.

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:

API Doc

Feature check list

Recent change notes

1. Depend on it

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.

2. Install it

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

3. Import it

Now in your Dart code, you can use:

import 'package:mongo_dart/mongo_dart.dart';

About

MongoDB driver for Dart

Authors

Email vadimtsushko@gmail.com Vadim Tsushko
Email ted@tedsander.com Ted Sander

Homepage

https://github.com/vadimtsushko/mongo_dart

Uploaders

vadimtsushko

Share