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.
Concurrency is possible because the values are stored in separate files. Hence the "database" is a directory where all files are governed by PickleShare.
This module is certainly not ZODB, but can be used for low-load (non-mission-critical) situations where tiny code size trumps the advanced features of a "real" object database.
Installation guide: pip install path pickleshare
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
0.7.5-bp155.2.14 info | GA Release | 2023-05-22 | 15 SP5 |
|
|
0.7.5-bp154.1.88 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
0.7.5-bp153.1.43 info | GA Release | 2021-03-05 | 15 SP3 |
|
|
0.7.5-bp152.2.5 info | GA Release | 2020-04-17 | 15 SP2 |
|
|
0.7.4-bp151.3.3 info | GA Release | 2019-07-17 | 15 SP1 |
|
|
0.7.4-bp150.2.4 info | GA Release | 2018-07-30 | 15 |
|
|