16 lines
461 B
Markdown
16 lines
461 B
Markdown
mongoDB
|
|
-------
|
|
|
|
About
|
|
-----
|
|
|
|
MongoDB driver for Haskell, which lets you connect to a MongoDB database management system and do inserts, queries, updates, etc.
|
|
|
|
Links
|
|
-----
|
|
|
|
* [MongoDB](http://www.mongodb.org)
|
|
* [mongoDB API reference](http://hackage.haskell.org/package/mongoDB)
|
|
* [tutorial](http://github.com/TonyGen/mongoDB-haskell/blob/master/tutorial.md)
|
|
* [map/reduce example](http://github.com/TonyGen/mongoDB-haskell/blob/master/map-reduce-example.md)
|