talktalktalk
talktalktalk copied to clipboard
dumbdbm
Use peewee instead.
I was more looking for a DB library that has a do key/value interface like a dict, e.g.
message[13] = {'message': 'blah', 'user': 'user132'}
but with on-disk persistence.
Any idea?
http://docs.peewee-orm.com/en/latest/peewee/playhouse.html?highlight=key%20value#JSONKeyStore
And for create the db: http://docs.peewee-orm.com/en/latest/peewee/playhouse.html?highlight=key%20value#database-url