muesli
Version 0.1.1.0 revision 0 uploaded by CalinArdelean.
Package meta
- Synopsis
- A simple document-oriented database
- Description
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.
- Author
- Călin Ardelean
- Bug reports
- https://github.com/clnx/muesli/issues
- Category
- Database
- Copyright
- Copyright (c) 2015 Călin Ardelean
- Homepage
- https://github.com/clnx/muesli
- Maintainer
- Călin Ardelean <calinucs@gmail.com>
- Package URL
- n/a
- Stability
- experimental