muesli

A simple document-oriented database

https://github.com/clnx/muesli

Latest on Hackage:0.1.1.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Călin Ardelean
Maintained by Călin Ardelean

muesli is a simple MVCC document-oriented database featuring ACID transactions, automatic index management and minimal boilerplate.

Import the Database.Muesli.Types module to mark up your types for indexing, Database.Muesli.Query for writing and running queries, and Database.Muesli.Handle for database management. The rest of the modules are internal, but exposed just in case.

See the README.md file for an usage example.