From f23d44195b5289d81896730fde690c0cc595384d Mon Sep 17 00:00:00 2001 From: "Scott R. Parish" Date: Mon, 8 Mar 2010 23:09:26 -0600 Subject: [PATCH] readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf22ca0 --- /dev/null +++ b/README.md @@ -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)