diff options
| author | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2017-07-24 10:45:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-24 10:45:47 +0300 |
| commit | bde07255287568520ddac70c50ffe002b977255b (patch) | |
| tree | 8380fcb446d35f5fe7858b0c81e1888ce915d284 | |
| parent | fcad65e68405b8ff35a5633fe3e70f46ad21a976 (diff) | |
| download | packages-bde07255287568520ddac70c50ffe002b977255b.tar.gz packages-bde07255287568520ddac70c50ffe002b977255b.zip | |
Added cassandra
| -rw-r--r-- | packages.json | 15 |
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" } ] |
