45cf9de8c3
objects, much like MappingStorage. Unlike MappingStorage, it needs not be packed to get rid of non-cyclic garbage and it does rudimentary conflict resolution. This is a ripoff of Jim's Packless bsddb3 storage. WWW: http://pypi.python.org/pypi/tempstorage Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
7 lines
322 B
Text
7 lines
322 B
Text
tempstorage is a storage implementation which uses RAM to persist
|
|
objects, much like MappingStorage. Unlike MappingStorage, it needs
|
|
not be packed to get rid of non-cyclic garbage and it does
|
|
rudimentary conflict resolution. This is a ripoff of Jim's Packless
|
|
bsddb3 storage.
|
|
|
|
WWW: http://pypi.python.org/pypi/tempstorage
|