File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,16 @@ var dbcDocsUrl = "https://docs.columnar.tech/dbc/"
2626
2727// Support drivers without a docs URL defined in the index
2828var fallbackDriverDocsUrl = map [string ]string {
29+ "bigquery" : "https://docs.adbc-drivers.org/drivers/bigquery" ,
2930 "duckdb" : "https://duckdb.org/docs/stable/clients/adbc" ,
3031 "flightsql" : "https://arrow.apache.org/adbc/current/driver/flight_sql.html" ,
32+ "mssql" : "https://docs.adbc-drivers.org/drivers/mssql" ,
33+ "mysql" : "https://docs.adbc-drivers.org/drivers/mysql" ,
3134 "postgresql" : "https://arrow.apache.org/adbc/current/driver/postgresql.html" ,
35+ "redshift" : "https://docs.adbc-drivers.org/drivers/redshift" ,
3236 "snowflake" : "https://arrow.apache.org/adbc/current/driver/snowflake.html" ,
3337 "sqlite" : "https://arrow.apache.org/adbc/current/driver/sqlite.html" ,
38+ "trino" : "https://docs.adbc-drivers.org/drivers/trino" ,
3439}
3540
3641var openBrowserFunc = browser .OpenURL
You can’t perform that action at this time.
0 commit comments