MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
2014-07-24 08:12:44 -07:00
Database better findAndModify error handling 2014-07-24 08:12:44 -07:00
doc Make examples compilable 2014-07-07 09:05:03 +04:00
System/IO Get rid of usage of ErrorT 2013-12-26 17:23:02 +02:00
.gitignore ignore cabal sandbox 2014-06-22 17:58:52 -07:00
.travis.yml Add travis ci configuration 2013-12-21 15:15:47 +04:00
LICENSE Add license file 2010-06-28 20:24:23 -04:00
mongoDB.cabal repsert -> upsert 2014-07-24 08:12:15 -07:00
README.md Update links to repository in README and .cabal 2014-07-07 08:51:06 +04:00
Setup.lhs stuff to make into a package 2010-01-09 16:49:06 -06:00

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.

Documentation