pyzdb is a lightweight database with Python syntax queries, using ZeroMQ. Designed for storing nested list and dict, it offers Python syntax queries instead of some...
pyzdb is a lightweight database with Python syntax queries, using ZeroMQ. Designed for storing nested list and dict, it offers Python syntax queries instead of some variation of SQL. A deliberate choice is made to make no optimization on the queries so you know exactly what paths queries take.
database python-like