10 lines
807 B
Markdown
10 lines
807 B
Markdown
This is the Haskell MongoDB driver (client). [MongoDB](http://www.mongodb.org) is a free, scalable, fast, document database management system. This driver lets you connect to a MongoDB server, and update and query its data. It also lets you do adminstrative tasks, like create an index or look at performance statistics.
|
|
|
|
### Documentation
|
|
* [Quick example](https://github.com/mongodb-haskell/mongodb/blob/master/doc/Example.hs)
|
|
* [Tutorial](https://github.com/mongodb-haskell/mongodb/blob/master/doc/tutorial.md)
|
|
* [Driver API](http://hackage.haskell.org/package/mongoDB)
|
|
* [MapReduce example](http://github.com/mongodb-haskell/mongodb/blob/master/doc/map-reduce-example.md)
|
|
* [Driver design](https://github.com/mongodb-haskell/mongodb/blob/master/doc/Article1.md)
|
|
* [MongoDB DBMS](http://www.mongodb.org)
|