mongo_dart 0.0.4
mongo_dart: ^0.0.4 copied to clipboard
MongoDB driver for Dart
#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:
- Building a client / server Dart App – Part 1 – server side
- Building a client / server Dart App – Part 2 – client (browser) side
[API Doc] (http://vadimtsushko.github.com/mongo_dart/)