Welcome to TinyDB, your tiny, document oriented database optimized for yourhappiness :)
>>>fromtinydbimportTinyDB,where>>>db=TinyDB('path/to/db.json')>>>db.insert({'int':1,'char':'a'})>>>db.search(where('int')==1)[{'int': 1, 'char': 'a'}]
Enter search terms or a module, class or function name.