MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
Scott R. Parish 3956adab00 create global oigInc instance
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.
2010-03-13 21:44:42 -06:00
Database create global oigInc instance 2010-03-13 21:44:42 -06:00
.gitignore .gitignore dist/ 2010-01-16 18:05:02 -06:00
map-reduce-example.md restoring array conversion using toBson/fromBson 2010-03-09 18:36:14 -06:00
mongoDB.cabal compile with -O2 2010-03-13 20:43:11 -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 BSON: use Integers to represent oid's, oid generation 2010-03-13 00:23:05 -06:00
tutorial.md lift more tutorial sections from pymongo 2010-03-10 16:39:58 -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.