diff options
| -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" } ] |
