2010-03-09 05:09:26 +00:00
|
|
|
mongoDB
|
|
|
|
-------
|
|
|
|
|
|
|
|
About
|
|
|
|
-----
|
|
|
|
|
|
|
|
A mongoDB driver for Haskell.
|
|
|
|
|
|
|
|
This driver lets you connect to MongoDB, do inserts, queries, updates,
|
|
|
|
etc. Also has many convience functions inspired by HDBC such as more
|
2010-06-15 03:14:40 +00:00
|
|
|
easily converting between the Bson.Value types and native Haskell
|
2010-03-09 05:09:26 +00:00
|
|
|
types.
|
|
|
|
|
|
|
|
Links
|
|
|
|
-----
|
|
|
|
|
|
|
|
* [mongoDB API reference](http://hackage.haskell.org/package/mongoDB)
|
|
|
|
* [tutorial](http://github.com/srp/mongoDB/blob/master/tutorial.md)
|
|
|
|
* [map/reduce example](http://github.com/srp/mongoDB/blob/master/map-reduce-example.md)
|