aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2016-01-04 07:22:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2016-01-04 07:22:15 +0000
commit2b0db1bb144ab80fbc0e956aa0e70913b7527f89 (patch)
tree37f2400eb40fb846a57c3111886e69734a8372c1 /databases/Makefile
parent17fc2903e3e6bc90036e7db26373c72986f6c6c0 (diff)
downloadports-2b0db1bb144ab80fbc0e956aa0e70913b7527f89.tar.gz
ports-2b0db1bb144ab80fbc0e956aa0e70913b7527f89.zip
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/ PR: 205514 Submitted by: Yuri Victorovich <yuri@rawbw.com>
Notes
Notes: svn path=/head/; revision=405220
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index bce53211e531..ffe508c2ce7f 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -744,6 +744,7 @@
SUBDIR += py-pgspecial
SUBDIR += py-pgxnclient
SUBDIR += py-pickledb
+ SUBDIR += py-pickleshare
SUBDIR += py-postgresql
SUBDIR += py-psycogreen
SUBDIR += py-psycopg