Skip to content

Commit 753c910

Browse files
committed
Update README to provide detailed links for ODBC-compatible databases, enhancing clarity and accessibility.
1 parent 0ae9072 commit 753c910

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,14 @@ select
128128
- [PostgreSQL](https://www.postgresql.org/), and other compatible databases such as *YugabyteDB*, *CockroachDB* and *Aurora*.
129129
- [MySQL](https://www.mysql.com/), and other compatible databases such as *MariaDB* and *TiDB*.
130130
- [Microsoft SQL Server](https://www.microsoft.com/en-us/sql-server), and all compatible databases and providers such as *Azure SQL* and *Amazon RDS*.
131-
- **ODBC-compatible databases** such as *ClickHouse*, *MongoDB*, *DuckDB*, *Oracle*, *Snowflake*, *BigQuery*, *IBM DB2*, and many others through ODBC drivers.
131+
- Any **ODBC-compatible database**, such as
132+
[*ClickHouse*](https://github.com/ClickHouse/clickhouse-odbc),
133+
[*MongoDB*](https://www.mongodb.com/docs/atlas/data-federation/query/sql/drivers/odbc/connect),
134+
[*DuckDB*](https://duckdb.org/docs/stable/clients/odbc/overview.html),
135+
[*Oracle*](https://www.oracle.com/database/technologies/releasenote-odbc-ic.html),
136+
[*Snowflake*](https://docs.snowflake.com/en/developer-guide/odbc/odbc),
137+
[*BigQuery*](https://cloud.google.com/bigquery/docs/reference/odbc-jdbc-drivers),
138+
[*IBM DB2*](https://www.ibm.com/support/pages/db2-odbc-cli-driver-download-and-installation-information), and many others through their respective ODBC drivers.
132139

133140
## Get started
134141

0 commit comments

Comments
 (0)