MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
Scott R. Parish 9f57eca933 make field selector a list rather then a BsonDoc
Requiring callers to construct {foo: 1, bar: 1} style field selectors
is just dumb. Instead we'll let them pass in the field selector as a list
of strings and then construct the above form automatically for them.
2010-01-18 12:43:05 -06:00
Database make field selector a list rather then a BsonDoc 2010-01-18 12:43:05 -06:00
.gitignore .gitignore dist/ 2010-01-16 18:05:02 -06:00
mongoDB.cabal more complete .cabal files 2010-01-18 11:55:08 -06:00
Setup.lhs stuff to make into a package 2010-01-09 16:49:06 -06:00
TODO TODO 2010-01-18 11:54:35 -06:00