Welcome to Piuma!

An ultra-lighweight document oriented database in external dependancy free python.

>>> from piuma import Piuma
>>> db = Piuma()
>>> db.insert({"name": "Che Guevara", "age": 39})
>>> db.all()
{1: {'name': 'Che Guevara', 'age': 39}}

Table of Contents

Other