MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
2011-07-08 22:13:47 -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 combined read & write mode into a single access mode. newtyped Action monad. liftDB for monads stacked on top of Action. fetch op 2011-07-08 22:13:47 -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
.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 MapReduce updated to work with MongoDB version >= 1.7.4 2011-06-22 17:18:32 -04:00
mongoDB.cabal 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
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.