MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
Scott R. Parish 949bece818 class for toBson/fromBson, instances for Maybe
For example, you can now use fromBson of Maybe BsonValue (eg the result of
a lookup) to convert to Maybe a.

You can also give a Maybe a to toBson and for Nothing it will produce
BsonNull and for Just a it will create the appropriate BsonValue for a.
2010-01-18 10:26:13 -06:00
Database class for toBson/fromBson, instances for Maybe 2010-01-18 10:26:13 -06:00
.gitignore .gitignore dist/ 2010-01-16 18:05:02 -06:00
mongoDB.cabal some initial (to BsonValue) Convertible instances and toBson 2010-01-17 23:08:14 -06:00
Setup.lhs stuff to make into a package 2010-01-09 16:49:06 -06:00
TODO TODO 2010-01-18 10:26:09 -06:00