MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
8e035fded4
ByteArray has the extra length, aparently as a historical artifact, requiring it to be special cased. Thanks to Mathias Stearn for pointing this out! |
||
---|---|---|
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.