MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
2011-07-08 22:33:52 -04:00
Control/Monad Simplify! Removed Context and Throw monad classes. Removed embedded pool from replica-set. Not backwards-compatible, starts new major version 1.x 2011-07-05 10:37:01 -04:00
Database renamed docs/ to doc/ 2011-07-08 22:33:52 -04:00
doc renamed docs/ to doc/ 2011-07-08 22:33:52 -04:00
System/IO Simplify! Removed Context and Throw monad classes. Removed embedded pool from replica-set. Not backwards-compatible, starts new major version 1.x 2011-07-05 10:37:01 -04:00
Var Rename Connection to ConnPool. Edit tutorial and some comments 2010-10-31 20:38:38 -04:00
LICENSE Add license file 2010-06-28 20:24:23 -04:00
mongoDB.cabal moved docs to new docs folder. updated tutorial for version 1.0.0 2011-07-08 22:17:44 -04:00
README.md moved docs to new docs folder. updated tutorial for version 1.0.0 2011-07-08 22:17:44 -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