MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
Tony Hannan 81c4f95d5a Merge pull request #4 from yesodweb/master
Use MonadControlIO instead of custom MonadMVar
2011-09-07 09:07:07 -07:00
Control/Monad Move to monad-control 2011-08-25 16:29:39 +03:00
Database Move to monad-control 2011-08-25 16:29:39 +03:00
doc small edit to slides 2011-07-30 13:12:12 -04:00
System/IO Small edits to some comments. fix secondaryOk to return master only when no secondaries available 2011-07-13 15:34:52 -04:00
LICENSE Add license file 2010-06-28 20:24:23 -04:00
mongoDB.cabal Move to monad-control 2011-08-25 16:29:39 +03: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