openergy / omemdb

A python in-memory relational database.
Mozilla Public License 2.0
0 stars 1 forks source link

GitHub test-and-publish PyPI - Python Version PyPI

Omemdb

Omemdb is a in memory Object Relational Mapper giving the ability to write queries and manipulate data using an object oriented paradigm. It enables to deal with a database based on you own language.

More specifically, it allows to:

To install omemdb, run: "pip install omemdb" or "conda install omemdb"

Documentation

Documentation is available in the doc folder. To ensure the examples in the documentation remain up to date, they are tested by running the odocgen script in omemdb doc directory.

users documentation

see doc-users.md (use doc-users.py to modify)

developer documentation

see doc-developers.md

Field validation is based on Marshmallow v3 framework.