Skip to content

The first meuh

Compare
Choose a tag to compare
@brunobord brunobord released this 26 Oct 22:50
· 104 commits to master since this release

This is the first release of MeuhDb.

MeuhDb is a "dummy" key / JSON value store written in Python.

Features:

  • add or delete key / JSON values to your database,
  • index some fields of the JSON value,
  • store databases in a JSON file or a msgpack-formatted file.
  • Tested with Python 2.7 or Python 3,