mongodb/Database
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
..
MongoDB class for toBson/fromBson, instances for Maybe 2010-01-18 10:26:13 -06:00
MongoDB.hs make field selector a list rather then a BsonDoc 2010-01-18 12:43:05 -06:00