readme
This commit is contained in:
parent
8541b38f2b
commit
f23d44195b
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
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
|
||||||
|
easily converting between the BsonValue types and native Haskell
|
||||||
|
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)
|
Loading…
Reference in a new issue