MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
ccd217053b
the fields of a Database.MongoDB.Internal.Protocol.Query were not filled in by RecordWildcard on line 411 of Database/MongoDB/Query.hs because the record fields were not in scope |
||
---|---|---|
Control/Monad | ||
Database | ||
doc | ||
System/IO | ||
LICENSE | ||
mongoDB.cabal | ||
README.md | ||
Setup.lhs |
This is the Haskell MongoDB driver (client). MongoDB is a free, scalable, fast, document database management system. This driver lets you connect to a MongoDB server, and update and query its data. It also lets you do adminstrative tasks, like create an index or look at performance statistics.