Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Persistent dict, backed by sqlite3 and pickle, multithread-safe.

Notifications You must be signed in to change notification settings

cy18/sqlitedict2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

119 Commits

Repository files navigation

sqlitedict2 -- another persistent dict, backed-up by SQLite and pickle

This is a fork of [sqlitedict](https://github.com/piskvorky/sqlitedict/) The difference between the two projects is this use pickle.dumps(key) as the key, so both keys and values can be any picklable objects.

Refer sqlitedict for steps of installation and usage.

About

Persistent dict, backed by sqlite3 and pickle, multithread-safe.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.7%
  • Makefile 1.3%

AltStyle によって変換されたページ (->オリジナル) /