MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Database | ||
.gitignore | ||
map-reduce-example.md | ||
mongoDB.cabal | ||
README.md | ||
Setup.lhs | ||
TODO | ||
tutorial.md |
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.