MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
2011-03-14 16:28:09 -04:00
Control Abstract network communication so we can capture and replay messages if desired. Also, remove dependence on deprecated ImpredicativeTypes. 2010-12-19 21:08:53 -05:00
Database fix minor compiler warnings 2011-03-14 16:28:09 -04:00
Network Single param Network instance. NetworkIO instance of IO that yields Internet so user does not have to supply it 2010-12-27 00:23:02 -05:00
Var Rename Connection to ConnPool. Edit tutorial and some comments 2010-10-31 20:38:38 -04:00
.gitignore .gitignore dist/ 2010-01-16 18:05:02 -06:00
LICENSE Add license file 2010-06-28 20:24:23 -04:00
map-reduce-example.md Single param Network instance. NetworkIO instance of IO that yields Internet so user does not have to supply it 2010-12-27 00:23:02 -05:00
mongoDB.cabal use md5 from cryptohash package instead of nano-md5 to remove dependency on OpenSSL 2011-03-11 11:11:14 -05:00
README.md Connection pooling and some refactoring 2010-10-27 16:13:23 -04:00
Setup.lhs stuff to make into a package 2010-01-09 16:49:06 -06:00
TODO Make Database.MongoDB.Connection compatible on Windows by not using PortID's UnixSocket constructor unless compiling on Unix 2011-02-22 10:31:54 -05:00
tutorial.md Single param Network instance. NetworkIO instance of IO that yields Internet so user does not have to supply it 2010-12-27 00:23:02 -05:00
V0.6-Redesign.md Connection pooling and some refactoring 2010-10-27 16:13:23 -04:00

mongoDB

About

MongoDB driver for Haskell, which lets you connect to a MongoDB database management system and do inserts, queries, updates, etc.