MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
Sergei Lebedev 4cc68400bf Merge pull request #22 from spl/patch-1
Link 'find' and 'delete' in 'select' documentation
2014-03-09 19:34:24 +03:00
Database Link 'find' and 'delete' in 'select' documentation 2014-03-09 17:21:30 +02:00
doc Do explicit import in Example.hs 2014-03-02 15:50:04 +09:00
System/IO Compile without warnings in 7.4 and 7.6 2013-12-21 17:27:02 +04:00
.gitignore ignore dist/ 2012-02-29 11:36:14 -08: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 Bump version 2013-12-21 17:27:18 +04:00
README.md Update repo owner name in README.md 2014-03-02 15:50:48 +09: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