db["hello"] = "world"

With PyBox, your database can really be that simple.

How It Works
Your database is linked to a Python variable, usually a dictionary, and you can interact with it just as you would with any variable. PyBox handles the rest.