mongo_dart 0.1.3
mongo_dart: ^0.1.3 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
See also: