Skip to content

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

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Languages

  • Python 98.7%
  • Makefile 1.3%