mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
2b0db1bb14
Like shelve, a PickleShareDB object acts like a normal dictionary. Unlike shelve, many processes can access the database simultaneously. Changing a value in database is immediately visible to other processes accessing the same database. WWW: https://github.com/vivainio/pickleshare/ PR: 205514 Submitted by: Yuri Victorovich <yuri@rawbw.com>
9 lines
356 B
Plaintext
9 lines
356 B
Plaintext
PickleShare - a small 'shelve' like datastore with concurrency support
|
|
|
|
Like shelve, a PickleShareDB object acts like a normal dictionary.
|
|
Unlike shelve, many processes can access the database simultaneously.
|
|
Changing a value in database is immediately visible to other processes
|
|
accessing the same database.
|
|
|
|
WWW: https://github.com/vivainio/pickleshare/
|