MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
Tony Hannan 5e015dc769 Merge pull request #14 from yesodweb/show-AccessMode
show instance for AccessMode
2012-01-28 15:50:53 -08:00
Database Merge pull request #14 from yesodweb/show-AccessMode 2012-01-28 15:50:53 -08:00
doc fix typo in article 2011-09-12 10:46:24 -04:00
System/IO Use MVar from lifted-base 2012-01-23 20:45:10 -05:00
LICENSE Add license file 2010-06-28 20:24:23 -04:00
mongoDB.cabal Use MVar from lifted-base 2012-01-23 20:45:10 -05:00
README.md Fix ReadMe's driver design link 2011-07-13 15:40:48 -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