MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
5e72c8ad61
If we request certain amount of values from a cursor the mongo db server can return less than requested. So, if we provide -100000 then mongodb may return 97899 and close the cursor. Instead of relying on negative values this implementation will use only positive numbers and will close the cursor itself as soon as the driver receives enough results. It fixes the issue #24 from github. |
||
---|---|---|
Database | ||
doc | ||
System/IO | ||
test | ||
.gitignore | ||
.travis.yml | ||
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.