MongoDB Haskell driver, including patch for MongoDB v.6.* authentication with SCRAM-SHA256
Find a file
2010-06-14 23:14:40 -04:00
Database See V0.5.0-Redesign.md for description of changes in this commit 2010-06-14 23:14:40 -04:00
old/Database See V0.5.0-Redesign.md for description of changes in this commit 2010-06-14 23:14:40 -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 See V0.5.0-Redesign.md for description of changes in this commit 2010-06-14 23:14:40 -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.