mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Add the Cassandra driver (#94)
This commit is contained in:
parent
2b7892eb3a
commit
0d54ea9a5a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue