Skip to content

Commit db94447

Browse files
committed
Update fallback URLs
1 parent f82b785 commit db94447

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmd/dbc/docs.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2828
var 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

3641
var openBrowserFunc = browser.OpenURL

0 commit comments

Comments
 (0)