Add DuckDB driver to README (#172)

This commit is contained in:
Amaury Trujillo 2022-10-27 18:36:46 +02:00 committed by GitHub
parent e076a08cd0
commit 87dc8aafaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Common db api for crystal. You will need to have a specific driver to access a d
* [PostgreSQL](https://github.com/will/crystal-pg)
* [ODBC](https://github.com/naqvis/crystal-odbc)
* [Cassandra](https://github.com/kaukas/crystal-cassandra)
* [DuckDB](https://github.com/amauryt/crystal-duckdb)
## Installation