tinydb 0.0.3

TinyDB (or tinydb) is a small-footprint, in-memory database; designed for the Zeno editor (https://gitlab.com/zeno-src/).
Documentation

TinyDB

TinyDB or tinydb is a small-footprint, in-memory database, designed for the Zeno editor.

This database aims to provide an easy frontend to an efficiant in-memory database (that can also be dumped to a file). It purposefully disallows duplicate items to be sorted due to constraints with hash tables.