Add the Cassandra driver (#94)

This commit is contained in:
Linas Juškevičius 2018-11-20 15:14:17 +02:00 committed by Brian J. Cardiff
parent 2b7892eb3a
commit 0d54ea9a5a
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Common db api for crystal. You will need to have a specific driver to access a d
* [sqlite](https://github.com/crystal-lang/crystal-sqlite3)
* [mysql](https://github.com/crystal-lang/crystal-mysql)
* [postgres](https://github.com/will/crystal-pg)
* [cassandra](https://github.com/kaukas/crystal-cassandra)
## Installation