MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
2010-07-27 18:03:32 -04:00
Control Slight API refactoring. Fix spinning pipeline when other end disconnects. Handle response flags correctly 2010-07-27 17:18:53 -04:00
Database fix sample code in comment 2010-07-27 18:01:05 -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 Slight API refactoring. Fix spinning pipeline when other end disconnects. Handle response flags correctly 2010-07-27 17:18:53 -04:00
mongoDB.cabal fix sample code in comment, with bump in cabal version 2010-07-27 18:03:32 -04:00
README.md Slight API refactoring. Fix spinning pipeline when other end disconnects. Handle response flags correctly 2010-07-27 17:18:53 -04:00
Setup.lhs stuff to make into a package 2010-01-09 16:49:06 -06:00
TODO Slight API refactoring. Fix spinning pipeline when other end disconnects. Handle response flags correctly 2010-07-27 17:18:53 -04:00
tutorial.md Slight API refactoring. Fix spinning pipeline when other end disconnects. Handle response flags correctly 2010-07-27 17:18:53 -04:00
V0.6-Redesign.md Slight redesign: pipelining with writeMode instead of exclusive access with getLastError 2010-06-21 11:06:20 -04:00

mongoDB

About

A mongoDB driver for Haskell, which lets you connect to MongoDB and do inserts, queries, updates, etc.