MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
2010-06-15 21:54:29 -04:00
Database Change comments to reflect new knowledge that a cursor persists across connections, and map/reduce temp output is accessible from all connections as long as original remains alive 2010-06-15 16:15:37 -04:00
.gitignore .gitignore dist/ 2010-01-16 18:05:02 -06:00
map-reduce-example.md See V0.5.0-Redesign.md for description of changes in this commit 2010-06-14 23:14:40 -04:00
mongoDB.cabal See V0.5.0-Redesign.md for description of changes in this commit 2010-06-14 23:14:40 -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 added TODO: kill cursors on shutdown 2010-06-15 21:54:29 -04:00
tutorial.md See V0.5.0-Redesign.md for description of changes in this commit 2010-06-14 23:14:40 -04:00
V0.5.0-Redesign.md See V0.5.0-Redesign.md for description of changes in this commit 2010-06-14 23:14:40 -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.