diff options
| author | Vadim Kilibaba <vkulibaba@surfy.ru> | 2016-11-28 17:41:55 +0300 |
|---|---|---|
| committer | Vadim Kilibaba <vkulibaba@surfy.ru> | 2016-11-28 17:41:55 +0300 |
| commit | 1c86502977a43e4ab57fa55b6c548b603dba8314 (patch) | |
| tree | 4914e6d883311b4caecf378757e1086d3f60627e | |
| parent | 8cb323ab5970a23f819339fc45aa2fee90ce3d37 (diff) | |
| download | packages-1c86502977a43e4ab57fa55b6c548b603dba8314.tar.gz packages-1c86502977a43e4ab57fa55b6c548b603dba8314.zip | |
Pudge Db - it's modern key/value storage with memcached protocol support.
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 477aa39..e9dbbb1 100644 --- a/packages.json +++ b/packages.json @@ -5513,5 +5513,19 @@ "description": "A simple gap buffer implementation", "license": "MIT", "web": "https://notabug.org/vktec/nim-gapbuffer" + }, + { + "name": "Pudge", + "url": "https://github.com/recoilme/pudge.git", + "method": "git", + "tags": [ + "wrapper", + "database", + "sophia", + "pudge db" + ], + "description": "Pudge Db - it's modern key/value storage with memcached protocol support. Pudge Db implements a high-level cross-platform sockets interface to sophia db.", + "license": "MIT", + "web": "https://github.com/recoilme/pudge" } ] |
