We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use peewee instead.
The text was updated successfully, but these errors were encountered:
I was more looking for a DB library that has a do key/value interface like a dict, e.g.
dict
message[13] = {'message': 'blah', 'user': 'user132'}
but with on-disk persistence.
Any idea?
Sorry, something went wrong.
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
No branches or pull requests
Use peewee instead.
The text was updated successfully, but these errors were encountered: