From 8976111b56bea0e72036233685bb2067ce2d5680 Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Wed, 22 Jul 2026 10:01:11 -0700 Subject: [PATCH 1/3] add missing fence --- docs/guides/finding_drivers.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guides/finding_drivers.md b/docs/guides/finding_drivers.md index 91a13e6c..778cba24 100644 --- a/docs/guides/finding_drivers.md +++ b/docs/guides/finding_drivers.md @@ -77,6 +77,8 @@ These drivers can be [installed](./installing.md) and added to [driver lists](.. ### Verbose You can use the `--verbose` flag to show detailed information about each driver, including all versions that are available and which are installed. + + ```console $ dbc search --verbose • bigquery @@ -209,6 +211,7 @@ $ dbc search --verbose Available Versions: ╰── 0.1.1 ``` + ### Pre-release Versions From 2c581270ac61cc807432308955d511b743bf7b9a Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Wed, 22 Jul 2026 10:01:15 -0700 Subject: [PATCH 2/3] sync docs --- docs/getting_started/first_steps.md | 1 + docs/guides/finding_drivers.md | 61 +++++++++++++++++++++++------ docs/guides/installing.md | 1 + 3 files changed, 51 insertions(+), 12 deletions(-) diff --git a/docs/getting_started/first_steps.md b/docs/getting_started/first_steps.md index 2eff61e1..18e02b7d 100644 --- a/docs/getting_started/first_steps.md +++ b/docs/getting_started/first_steps.md @@ -88,6 +88,7 @@ mysql An ADBC Driver for MySQL developed by the ADBC Driver Found postgresql An ADBC driver for PostgreSQL developed under the Apache Software Foundation redshift An ADBC driver for Amazon Redshift developed by Columnar snowflake An ADBC driver for Snowflake developed under the Apache Software Foundation +spark An ADBC driver for Apache Spark developed by the ADBC Driver Foundry sqlite An ADBC driver for SQLite developed under the Apache Software Foundation trino An ADBC Driver for Trino developed by the ADBC Driver Foundry oracle [private] An ADBC driver for Oracle Database developed by Columnar diff --git a/docs/guides/finding_drivers.md b/docs/guides/finding_drivers.md index 778cba24..4eb51a1d 100644 --- a/docs/guides/finding_drivers.md +++ b/docs/guides/finding_drivers.md @@ -33,6 +33,7 @@ mysql An ADBC Driver for MySQL developed by the ADBC Driver Found postgresql An ADBC driver for PostgreSQL developed under the Apache Software Foundation redshift An ADBC driver for Amazon Redshift developed by Columnar snowflake An ADBC driver for Snowflake developed under the Apache Software Foundation +spark An ADBC driver for Apache Spark developed by the ADBC Driver Foundry sqlite An ADBC driver for SQLite developed under the Apache Software Foundation trino An ADBC Driver for Trino developed by the ADBC Driver Foundry oracle [private] An ADBC driver for Oracle Database developed by Columnar @@ -89,13 +90,30 @@ $ dbc search --verbose ├── 1.0.0 ├── 1.10.0 ├── 1.11.0 - ╰── 1.11.2 + ├── 1.11.2 + ├── 1.12.0 + ╰── 1.12.1 +• clickhouse + Title: ClickHouse Driver + Description: An ADBC driver for ClickHouse developed by ClickHouse, Inc. + License: MIT OR Apache-2.0 + Available Versions: + ╰── 0.1.0 • databricks Title: ADBC Driver Foundry Driver for Databricks Description: An ADBC Driver for Databricks developed by the ADBC Driver Foundry License: Apache-2.0 Available Versions: - ╰── 0.1.2 + ├── 0.1.2 + ╰── 0.1.3 +• datafusion + Title: ADBC Driver Foundry Driver for Apache DataFusion + Description: An ADBC driver for Apache DataFusion developed by the ADBC Driver Foundry + License: Apache-2.0 + Available Versions: + ├── 0.24.1 + ├── 0.25.0 + ╰── 0.26.0 • duckdb Title: DuckDB Driver Description: An ADBC driver for DuckDB developed by the DuckDB Foundation @@ -106,10 +124,12 @@ $ dbc search --verbose ├── 1.4.2 ├── 1.4.3 ├── 1.4.4 + ├── 1.4.5 ├── 1.5.0 ├── 1.5.1 ├── 1.5.2 - ╰── 1.5.3 + ├── 1.5.3 + ╰── 1.5.4 • exasol Title: Exasol Driver Description: An ADBC driver for Exasol developed by Exasol Labs @@ -119,7 +139,9 @@ $ dbc search --verbose ├── 0.7.0 ├── 0.9.0 ├── 0.12.0 - ╰── 0.12.6 + ├── 0.12.6 + ├── 0.12.7 + ╰── 0.13.0 • flightsql Title: ASF Apache Arrow Flight SQL Driver Description: An ADBC driver for Apache Arrow Flight SQL developed under the Apache Software Foundation @@ -140,7 +162,8 @@ $ dbc search --verbose ├── 1.3.0 ├── 1.3.1 ├── 1.4.0 - ╰── 1.4.1 + ├── 1.4.1 + ╰── 1.5.0 • mysql Title: ADBC Driver Foundry Driver for MySQL Description: An ADBC Driver for MySQL developed by the ADBC Driver Foundry @@ -149,7 +172,9 @@ $ dbc search --verbose ├── 0.1.0 ├── 0.2.0 ├── 0.3.0 - ╰── 0.3.1 + ├── 0.3.1 + ├── 0.4.0 + ╰── 0.5.0 • postgresql Title: ASF PostgreSQL Driver Description: An ADBC driver for PostgreSQL developed under the Apache Software Foundation @@ -167,7 +192,8 @@ $ dbc search --verbose ├── 1.0.0 ├── 1.1.0 ├── 1.2.1 - ╰── 1.3.0 + ├── 1.3.0 + ╰── 1.4.0 • snowflake Title: ASF Snowflake Driver Description: An ADBC driver for Snowflake developed under the Apache Software Foundation @@ -177,7 +203,14 @@ $ dbc search --verbose ├── 1.9.0 ├── 1.10.0 ├── 1.10.1 - ╰── 1.10.3 + ├── 1.10.3 + ╰── 1.11.0 +• spark + Title: ADBC Driver Foundry Driver for Apache Spark + Description: An ADBC driver for Apache Spark developed by the ADBC Driver Foundry + License: Apache-2.0 + Available Versions: + ╰── 0.1.0 • sqlite Title: ASF SQLite Driver Description: An ADBC driver for SQLite developed under the Apache Software Foundation @@ -196,18 +229,22 @@ $ dbc search --verbose ├── 0.1.0 ├── 0.2.0 ├── 0.3.0 - ╰── 0.3.1 + ├── 0.3.1 + ├── 0.4.0 + ╰── 0.5.0 • oracle [private] Title: Columnar ADBC Driver for Oracle Database Description: An ADBC driver for Oracle Database developed by Columnar - License: LicenseRef-PBL + License: LicenseRef-Columnar-Commercial Available Versions: ├── 0.4.4 - ╰── 0.5.1 + ├── 0.5.1 + ├── 0.6.0 + ╰── 0.6.1 • teradata [private] Title: Columnar ADBC Driver for Teradata Description: An ADBC driver for Teradata developed by Columnar - License: LicenseRef-PBL + License: LicenseRef-Columnar-Commercial Available Versions: ╰── 0.1.1 ``` diff --git a/docs/guides/installing.md b/docs/guides/installing.md index a584d9f9..763a317e 100644 --- a/docs/guides/installing.md +++ b/docs/guides/installing.md @@ -38,6 +38,7 @@ mysql An ADBC Driver for MySQL developed by the ADBC Driver Found postgresql An ADBC driver for PostgreSQL developed under the Apache Software Foundation redshift An ADBC driver for Amazon Redshift developed by Columnar snowflake An ADBC driver for Snowflake developed under the Apache Software Foundation +spark An ADBC driver for Apache Spark developed by the ADBC Driver Foundry sqlite An ADBC driver for SQLite developed under the Apache Software Foundation trino An ADBC Driver for Trino developed by the ADBC Driver Foundry oracle [private] An ADBC driver for Oracle Database developed by Columnar From bfb5ddd09e08540b5d577d33ab4aab84d614d7f0 Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Wed, 22 Jul 2026 10:07:03 -0700 Subject: [PATCH 3/3] add two more missing fences --- docs/guides/finding_drivers.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/guides/finding_drivers.md b/docs/guides/finding_drivers.md index 4eb51a1d..bb3148d4 100644 --- a/docs/guides/finding_drivers.md +++ b/docs/guides/finding_drivers.md @@ -52,6 +52,7 @@ The pattern is treated as a regular expression using Go's [regexp/syntax](https: For example, you can find drivers with 'sql' in their name by running, + ```console $ dbc search sql flightsql An ADBC driver for Apache Arrow Flight SQL developed under the Apache Software Foundation @@ -60,6 +61,7 @@ mysql An ADBC Driver for MySQL developed by the ADBC Driver Foundry postgresql An ADBC driver for PostgreSQL developed under the Apache Software Foundation sqlite An ADBC driver for SQLite developed under the Apache Software Foundation ``` + ## Private Drivers @@ -274,6 +276,7 @@ With `--pre`, `dbc search` will: For example, with `--pre --verbose`: + ```console $ dbc search --pre --verbose mysql • mysql @@ -282,9 +285,13 @@ $ dbc search --pre --verbose mysql License: Apache-2.0 Available Versions: ├── 0.1.0 - ├── 0.2.0-beta.1 - ╰── 0.2.0 + ├── 0.2.0 + ├── 0.3.0 + ├── 0.3.1 + ├── 0.4.0 + ╰── 0.5.0 ``` + !!! note Using the `--pre` flag with `dbc search` only affects the visibility of pre-release versions in search results. To actually install a pre-release version, you need to either use `--pre` with `dbc install` or use a version constraint that unambiguously references a pre-release (by including a pre-release suffix like `-beta.1`).