MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
Scott R. Parish f23d44195b readme
2010-03-08 23:09:41 -06:00
Database better mapReduce apis 2010-03-08 19:43:34 -06:00
.gitignore .gitignore dist/ 2010-01-16 18:05:02 -06:00
map-reduce-example.md fix map-reduce-example formatting 2010-03-08 23:09:38 -06:00
mongoDB.cabal v0.3 2010-03-04 19:44:20 -06:00
README.md readme 2010-03-08 23:09:41 -06:00
Setup.lhs stuff to make into a package 2010-01-09 16:49:06 -06:00
TODO change BsonDoc representation to maintain order 2010-03-08 07:08:30 -06:00
tutorial.md tutorial: add hint about binding allDocs to find 2010-03-01 08:28:38 -06: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 easily converting between the BsonValue types and native Haskell types.