MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
3956adab00
Before if multiple threads instantiated their own ObjectIdGen structure it would be possible to get duplicate objectid's generated. By making sure there is a single inc counter, this is avoided. |
||
---|---|---|
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.