aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-07-24 18:37:58 +0100
committerGitHub <noreply@github.com>2017-07-24 18:37:58 +0100
commit23a5e7a0863eb2ed8816a444e3f80abcc21f5d82 (patch)
tree8380fcb446d35f5fe7858b0c81e1888ce915d284
parentfcad65e68405b8ff35a5633fe3e70f46ad21a976 (diff)
parentbde07255287568520ddac70c50ffe002b977255b (diff)
downloadpackages-23a5e7a0863eb2ed8816a444e3f80abcc21f5d82.tar.gz
packages-23a5e7a0863eb2ed8816a444e3f80abcc21f5d82.zip
Merge pull request #544 from yglukhov/patch-6
Added cassandra
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 715a968..9f03a89 100644
--- a/packages.json
+++ b/packages.json
@@ -6796,5 +6796,20 @@
"description": "Asynchronous MySQL connector written in pure Nim",
"license": "MIT",
"web": "https://github.com/tulayang/asyncmysql"
+ },
+ {
+ "name": "cassandra",
+ "url": "https://github.com/yglukhov/cassandra",
+ "method": "git",
+ "tags": [
+ "cassandra",
+ "database",
+ "wrapper",
+ "bindings",
+ "driver"
+ ],
+ "description": "Bindings to Cassandra DB driver",
+ "license": "MIT",
+ "web": "https://github.com/yglukhov/cassandra"
}
]