MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
2010-06-28 20:37:46 -04:00
Control Slight redesign: pipelining with writeMode instead of exclusive access with getLastError 2010-06-21 11:06:20 -04:00
Database Slight redesign: pipelining with writeMode instead of exclusive access with getLastError 2010-06-21 11:06:20 -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 redesign: pipelining with writeMode instead of exclusive access with getLastError 2010-06-21 11:06:20 -04:00
mongoDB.cabal Add license file 2010-06-28 20:37:46 -04:00
README.md See V0.5.0-Redesign.md for description of changes in this commit 2010-06-14 23:14:40 -04:00
Setup.lhs stuff to make into a package 2010-01-09 16:49:06 -06:00
TODO Slight redesign: pipelining with writeMode instead of exclusive access with getLastError 2010-06-21 11:06:20 -04:00
tutorial.md Slight redesign: pipelining with writeMode instead of exclusive access with getLastError 2010-06-21 11:06:20 -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.

This driver lets you connect to MongoDB, do inserts, queries, updates, etc. Also has many convience functions inspired by HDBC such as more easily converting between the Bson.Value types and native Haskell types.