MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
Victor Denisov 24f060b9d9 Bump version
2017-04-08 13:38:33 -07:00
Database Merge pull request #73 from VictorDenisov/merge_gridfs 2016-11-25 20:20:02 -08:00
doc Update tutorial.md 2015-01-10 18:33:00 +08:00
test Add tests for delete 2016-06-19 17:18:39 -07:00
.gitignore ignore cabal sandbox 2014-06-22 17:58:52 -07:00
.travis.yml Add ghc 8.0.2 and mongod 3.4.3 2017-04-08 12:57:23 -07:00
Benchmark.hs Increase benchmark size for better resolution 2016-04-30 14:08:19 -07:00
CHANGELOG.md Bump version 2017-04-08 13:38:33 -07:00
LICENSE Add license file 2010-06-28 20:24:23 -04:00
mongoDB.cabal Bump version 2017-04-08 13:38:33 -07:00
README.md Specify branch for build badge 2016-06-25 16:09:51 -07: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.

Join the chat at https://gitter.im/mongodb-haskell/mongodb Build Status

Documentation