piskvorky / sqlitedict

Persistent dict, backed by sqlite3 and pickle, multithread-safe.
Apache License 2.0
1.16k stars 130 forks source link

Documentation: Multiple tables in the README? #132

Open turian opened 3 years ago

turian commented 3 years ago

Could you add brief documentation in the README about how to use multiple tables in one file?

piskvorky commented 3 years ago

That can be done with the tablename ctr parameter – check out help(sqlitedict).

To help us improve the documentation, please open a PR.

turian commented 3 years ago

Thank you I was not aware of the tablename parameter.