diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-07-24 18:37:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-24 18:37:58 +0100 |
| commit | 23a5e7a0863eb2ed8816a444e3f80abcc21f5d82 (patch) | |
| tree | 8380fcb446d35f5fe7858b0c81e1888ce915d284 | |
| parent | fcad65e68405b8ff35a5633fe3e70f46ad21a976 (diff) | |
| parent | bde07255287568520ddac70c50ffe002b977255b (diff) | |
| download | packages-23a5e7a0863eb2ed8816a444e3f80abcc21f5d82.tar.gz packages-23a5e7a0863eb2ed8816a444e3f80abcc21f5d82.zip | |
Merge pull request #544 from yglukhov/patch-6
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" } ] |
