piskvorky / sqlitedict

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

Read-only mode #37

Closed nrhinehart closed 9 years ago

nrhinehart commented 9 years ago

Added a new flag to indicate read-only mode, also added input validation of flag.

tmylk commented 9 years ago

Thanks for the PR! Added the flag to the docstring and merged in.

nrhinehart commented 9 years ago

Great, thanks! Glad I found this project.