<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://adbc-drivers.org</id>
  <title>ADBC Driver Foundry Blog</title>
  <updated>2026-07-22T03:16:46.361666+00:00</updated>
  <link href="https://adbc-drivers.org"/>
  <link href="https://adbc-drivers.org/blog/atom.xml" rel="self"/>
  <generator uri="https://ablog.readthedocs.io/" version="0.11.13">ABlog</generator>
  <subtitle>News and releases from the ADBC Driver Foundry</subtitle>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/07/20/updated-spark-driver/</id>
    <title>Updated ADBC driver for Apache Spark</title>
    <updated>2026-07-20T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-driver-for-apache-spark"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-07-20"&gt;July 20, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released an updated driver for Apache Spark, version 0.1.0, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;spark&lt;/span&gt;&lt;/code&gt; to get the latest version — no &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;--pre&lt;/span&gt;&lt;/code&gt; flag needed, as this is the driver’s first release out of alpha/beta.&lt;/p&gt;
&lt;p&gt;Version 0.1.0 implements GetTableSchema and adds an option to set the catalog on initial connect, along with other bug fixes.&lt;/p&gt;
&lt;p&gt;For more details, see the &lt;a class="reference external" href="https://adbc-drivers.org/drivers/spark/changelog#v0-1-0-2026-07-20"&gt;full changelog&lt;/a&gt;. To learn more about how to use the driver, check out the &lt;a class="reference external" href="https://adbc-drivers.org/drivers/spark/v0.1.0"&gt;documentation&lt;/a&gt; and &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;quickstarts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Bug reports and feature requests are welcome through GitHub Issues in the &lt;a class="reference external" href="https://github.com/adbc-drivers/spark" target="_blank"&gt;&lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;adbc-drivers/spark&lt;/span&gt;&lt;/code&gt; repository&lt;/a&gt;. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/07/20/updated-spark-driver/"/>
    <summary>Today the ADBC Drivers Contributors released an updated driver for Apache Spark, version 0.1.0, available immediately via dbc. To update, just dbc install spark to get the latest version — no --pre flag needed, as this is the driver’s first release out of alpha/beta.</summary>
    <published>2026-07-20T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/07/16/updated-adbc-drivers/</id>
    <title>Updated ADBC drivers for Apache Spark, BigQuery, Databricks, DuckDB Quack, MySQL, and Oracle Database</title>
    <updated>2026-07-16T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-drivers-for-apache-spark-bigquery-databricks-duckdb-quack-mysql-and-oracle-database"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-07-16"&gt;July 16, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released updates to drivers for Apache Spark, BigQuery, Databricks, DuckDB Quack, MySQL, and Oracle Database. All are available now via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;.&lt;/p&gt;
&lt;section id="updated-drivers"&gt;
&lt;h2&gt;Updated Drivers&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/spark" target="_blank"&gt;Apache Spark driver&lt;/a&gt; version &lt;a class="reference external" href="https://adbc-drivers.org/drivers/spark/v0.1.0-alpha.3"&gt;0.1.0-alpha.3&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Improved compatibility for both Spark Connect and Apache Livy on Amazon EMR&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;spark.ingest.location&lt;/span&gt;&lt;/code&gt; option to specify the LOCATION clause in CREATE TABLE in bulk ingest&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Properly release Spark Connect sessions on disconnect&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Accept &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;auth_type=none&lt;/span&gt;&lt;/code&gt; for Apache Livy and Spark Connect connections without authentication&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/bigquery" target="_blank"&gt;BigQuery driver&lt;/a&gt; version &lt;a class="reference external" href="https://adbc-drivers.org/drivers/bigquery/v1.12.1"&gt;1.12.1&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Bumped Go version to address security vulnerabilities&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/databricks" target="_blank"&gt;Databricks driver&lt;/a&gt; version &lt;a class="reference external" href="https://adbc-drivers.org/drivers/databricks/v0.1.3"&gt;0.1.3&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Bumped Go version to address security vulnerabilities&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/quack" target="_blank"&gt;DuckDB Quack driver&lt;/a&gt; version &lt;a class="reference external" href="https://adbc-drivers.org/drivers/quack/v0.1.0-alpha.2"&gt;0.1.0-alpha.2&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Bumped DuckDB from 1.5.3 to 1.5.4&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/mysql" target="_blank"&gt;MySQL driver&lt;/a&gt; version &lt;a class="reference external" href="https://adbc-drivers.org/drivers/mysql/v0.5.0"&gt;0.5.0&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Added an option to control how dates and datetimes with zero components (e.g. &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;0000-00-00&lt;/span&gt;&lt;/code&gt;) are handled: either raise an error (the default) or treat the value as NULL&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://docs.columnar.tech/drivers/oracle" target="_blank"&gt;Oracle Database driver&lt;/a&gt; version &lt;a class="reference external" href="https://docs.columnar.tech/drivers/oracle/v0.6.1" target="_blank"&gt;0.6.1&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Bumped Go version and dependencies to address security vulnerabilities&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To learn more about any of these drivers, check out the &lt;a class="reference external" href="https://adbc-drivers.org/"&gt;documentation&lt;/a&gt; and &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;quickstarts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Bug reports and feature requests are welcome at the repositories linked above. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/07/16/updated-adbc-drivers/"/>
    <summary>Today the ADBC Drivers Contributors released updates to drivers for Apache Spark, BigQuery, Databricks, DuckDB Quack, MySQL, and Oracle Database. All are available now via dbc.</summary>
    <published>2026-07-16T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/07/07/updated-adbc-drivers/</id>
    <title>Updated ADBC drivers for Amazon Redshift, Apache DataFusion, and Microsoft SQL Server</title>
    <updated>2026-07-07T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-drivers-for-amazon-redshift-apache-datafusion-and-microsoft-sql-server"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-07-07"&gt;July 07, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released updated drivers for Amazon Redshift, Apache DataFusion, and Microsoft SQL Server, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;[redshift|datafusion|mssql]&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;section id="updated-drivers"&gt;
&lt;h2&gt;Updated Drivers&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/amazon" target="_blank"&gt;Amazon Redshift driver&lt;/a&gt; version &lt;a class="reference external" href="https://adbc-drivers.org/drivers/redshift/v1.4.0"&gt;1.4.0&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Correctly query decimal values whose decimal representation ended in multiple zeroes&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/datafusion" target="_blank"&gt;Apache DataFusion driver&lt;/a&gt; version &lt;a class="reference external" href="https://adbc-drivers.org/drivers/datafusion/v0.26.0"&gt;0.26.0&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Implement &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;ExecutePartitions&lt;/span&gt;&lt;/code&gt; and &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;ReadPartition&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/microsoft" target="_blank"&gt;Microsoft SQL Server driver&lt;/a&gt; version &lt;a class="reference external" href="https://adbc-drivers.org/drivers/mssql/v1.5.0"&gt;1.5.0&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Add support for Microsoft Fabric Data Warehouse, including ingest support, OneLake support, &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;INSERT&lt;/span&gt; &lt;span class="pre"&gt;BULK&lt;/span&gt;&lt;/code&gt;, and compatibility improvements&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add support for querying, binding, and ingesting &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;SQL_VARIANT&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Breaking change:&lt;/strong&gt; &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;geoarrow.wkb&lt;/span&gt;&lt;/code&gt; ingest now uses &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;GEOGRAPHY&lt;/span&gt;&lt;/code&gt; only when an SRID and &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;&amp;quot;edges&amp;quot;:&amp;quot;spherical&amp;quot;&lt;/span&gt;&lt;/code&gt; are defined; see &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;mssql.ingest.geo_type&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fix typos in &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;INSERT&lt;/span&gt; &lt;span class="pre"&gt;BULK&lt;/span&gt;&lt;/code&gt; support&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To learn more about how to use the drivers, check out the &lt;a class="reference external" href="https://adbc-drivers.org/"&gt;documentation&lt;/a&gt; and &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;quickstarts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Bug reports and feature requests are welcome at the repositories linked above. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/07/07/updated-adbc-drivers/"/>
    <summary>Today the ADBC Drivers Contributors released updated drivers for Amazon Redshift, Apache DataFusion, and Microsoft SQL Server, available immediately via dbc. To update, just dbc install [redshift|datafusion|mssql] to get the latest version.</summary>
    <published>2026-07-07T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/07/06/updated-trino-driver/</id>
    <title>Updated ADBC driver for Trino</title>
    <updated>2026-07-06T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-driver-for-trino"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-07-06"&gt;July 06, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released an updated driver for Trino, version 0.5.0, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;trino&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;p&gt;Version 0.5.0 adds support for &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;ARRAY&lt;/span&gt;&lt;/code&gt; columns and improves connectivity by adding support for TLS connections and validation over TLS.&lt;/p&gt;
&lt;p&gt;For more details, see the &lt;a class="reference external" href="https://adbc-drivers.org/drivers/trino/changelog#v0-5-0-2026-07-06"&gt;full changelog&lt;/a&gt;. To learn more about how to use the driver, check out the &lt;a class="reference external" href="https://adbc-drivers.org/drivers/trino/v0.5.0"&gt;documentation&lt;/a&gt; and &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;quickstarts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Bug reports and feature requests are welcome through GitHub Issues in the &lt;a class="reference external" href="https://github.com/adbc-drivers/trino" target="_blank"&gt;&lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;adbc-drivers/trino&lt;/span&gt;&lt;/code&gt; repository&lt;/a&gt;. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/07/06/updated-trino-driver/"/>
    <summary>Today the ADBC Drivers Contributors released an updated driver for Trino, version 0.5.0, available immediately via dbc. To update, just dbc install trino to get the latest version.</summary>
    <published>2026-07-06T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/07/06/updated-exasol-driver/</id>
    <title>Updated ADBC driver for Exasol</title>
    <updated>2026-07-06T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-driver-for-exasol"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-07-06"&gt;July 06, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released an updated driver for Exasol, version 0.13.0, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;exasol&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;p&gt;For details, see the &lt;a class="reference external" href="https://adbc-drivers.org/drivers/exasol/changelog#v0-13-0-2026-07-06"&gt;full changelog&lt;/a&gt;. To learn more about how to use the driver, check out the &lt;a class="reference external" href="https://adbc-drivers.org/drivers/exasol/v0.13.0"&gt;documentation&lt;/a&gt; and &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;quickstarts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Bug reports and feature requests are welcome through GitHub Issues in the &lt;a class="reference external" href="https://github.com/exasol-labs/exarrow-rs" target="_blank"&gt;&lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;exarrow-rs&lt;/span&gt;&lt;/code&gt; repository&lt;/a&gt;. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/07/06/updated-exasol-driver/"/>
    <summary>Today the ADBC Drivers Contributors released an updated driver for Exasol, version 0.13.0, available immediately via dbc. To update, just dbc install exasol to get the latest version.</summary>
    <published>2026-07-06T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/06/22/updated-adbc-drivers/</id>
    <title>Updated ADBC drivers for BigQuery and Oracle Database</title>
    <updated>2026-06-22T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-drivers-for-bigquery-and-oracle-database"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-06-22"&gt;June 22, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released updated drivers for BigQuery and Oracle Database, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;[bigquery|oracle]&lt;/span&gt;&lt;/code&gt; to get the latest version&lt;a class="footnote-reference brackets" href="#trial" id="id1" role="doc-noteref"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;1&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;section id="updated-drivers"&gt;
&lt;h2&gt;Updated Drivers&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/bigquery" target="_blank"&gt;BigQuery driver&lt;/a&gt; version &lt;a class="reference external" href="https://adbc-drivers.org/drivers/bigquery/v1.12.0"&gt;1.12.0&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Make option names more consistent (allow &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;bigquery.foo&lt;/span&gt;&lt;/code&gt; in addition to &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;adbc.bigquery.sql.foo&lt;/span&gt;&lt;/code&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add query statistics to the schema metadata of the result&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Implement GetStatistics&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add the SRID to returned GeoArrow metadata&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Allow binding Arrow time[ns] values by truncating&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Auto-detect the credential type from JSON credentials&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improve error handling around authentication&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Handle dry-run queries properly instead of erroring&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Oracle Database driver version &lt;a class="reference external" href="https://docs.columnar.tech/drivers/oracle/v0.6.0" target="_blank"&gt;0.6.0&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;div class="note admonition"&gt;
&lt;p class="admonition-title"&gt;Note&lt;/p&gt;
&lt;p&gt;The default execution mode will become &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;batch&lt;/span&gt;&lt;/code&gt; in the next minor version (v0.7.0) and the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;row&lt;/span&gt;&lt;/code&gt; option will be removed the following minor version (v0.8.0).&lt;/p&gt;
&lt;/div&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Support querying/bulk ingesting interval types&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Support retrieving the value of OUT bind parameters as columns of the result set&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add an option to control the Arrow type of NUMBER types without a precision/scale&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Support querying and ingesting SDO_GEOMETRY columns as GeoArrow extension types&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Retrieve the result of &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;DBMS_SQL.RETURN_RESULT&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Allow setting various options on initial connection&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To learn more about how to use the drivers, check out the &lt;a class="reference external" href="https://adbc-drivers.org/"&gt;documentation&lt;/a&gt; and &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;quickstarts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Bug reports and feature requests are welcome at the repositories linked above. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
&lt;hr class="footnotes docutils" /&gt;
&lt;aside class="footnote-list brackets"&gt;
&lt;aside class="footnote brackets" id="trial" role="doc-footnote"&gt;
&lt;span class="label"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;&lt;a role="doc-backlink" href="#id1"&gt;1&lt;/a&gt;&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;For the Oracle Database driver, you will need to log in with &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;auth&lt;/span&gt; &lt;span class="pre"&gt;login&lt;/span&gt;&lt;/code&gt; first.&lt;/p&gt;
&lt;/aside&gt;
&lt;/aside&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/06/22/updated-adbc-drivers/"/>
    <summary>Today the ADBC Drivers Contributors released updated drivers for BigQuery and Oracle Database, available immediately via dbc. To update, just dbc install [bigquery|oracle] to get the latest version1.</summary>
    <published>2026-06-22T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/06/18/updated-adbc-drivers/</id>
    <title>Updated ADBC drivers for Exasol, MySQL, and Snowflake</title>
    <updated>2026-06-18T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-drivers-for-exasol-mysql-and-snowflake"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-06-18"&gt;June 18, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released updated drivers for Exasol, MySQL, and Snowflake, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;[exasol|mysql|snowflake]&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;section id="updated-drivers"&gt;
&lt;h2&gt;Updated Drivers&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://github.com/exasol-labs/exarrow-rs" target="_blank"&gt;Exasol driver&lt;/a&gt; version &lt;a class="reference external" href="https://adbc-drivers.org/drivers/exasol/v0.12.7"&gt;0.12.7&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Fix empty result sets not carrying the expected schema&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/mysql" target="_blank"&gt;MySQL driver&lt;/a&gt; version &lt;a class="reference external" href="https://adbc-drivers.org/drivers/mysql/v0.4.0"&gt;0.4.0&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Support querying unsigned types&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fix connection exhaustion when rapidly creating and closing connections&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Guard against errors when bulk_ingest is used with zero or &amp;gt;65536 columns&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/snowflake" target="_blank"&gt;Snowflake driver&lt;/a&gt; version &lt;a class="reference external" href="https://adbc-drivers.org/drivers/snowflake/v1.11.0"&gt;1.11.0&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Convert between GeoArrow types and GEOMETRY/GEOGRAPHY for both querying and ingest&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Support more Arrow types in bulk ingest as well as specifying the target catalog/schema and compression codec for Parquet files&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Implement GetStatistics&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Support queries that invoke stored procedures via &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;CALL&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improve GetObjects performance&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Various bug fixes&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To learn more about how to use the drivers, check out the &lt;a class="reference external" href="https://adbc-drivers.org/"&gt;documentation&lt;/a&gt; and &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;quickstarts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Bug reports and feature requests are welcome at the repositories linked above. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/06/18/updated-adbc-drivers/"/>
    <summary>Today the ADBC Drivers Contributors released updated drivers for Exasol, MySQL, and Snowflake, available immediately via dbc. To update, just dbc install [exasol|mysql|snowflake] to get the latest version.</summary>
    <published>2026-06-18T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/06/08/updated-adbc-drivers/</id>
    <title>Updated ADBC drivers for Apache DataFusion, Exasol, and Trino</title>
    <updated>2026-06-08T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-drivers-for-apache-datafusion-exasol-and-trino"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-06-08"&gt;June 08, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released updated drivers for Apache DataFusion, Exasol, and Trino, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;[datafusion|exasol|trino]&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;section id="updated-drivers"&gt;
&lt;h2&gt;Updated Drivers&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/datafusion" target="_blank"&gt;Apache DataFusion driver&lt;/a&gt; version &lt;a class="reference external" href="https://adbc-drivers.org/drivers/datafusion/v0.25.0"&gt;0.25.0&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Enable direct querying of HTTP/S3/etc. URIs and local files and directories in the same way that datafusion-cli does. Example:&lt;/p&gt;
&lt;div class="highlight-sql notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="k"&gt;SELECT&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;`&lt;/span&gt;&lt;span class="n"&gt;Breed&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Name&lt;/span&gt;&lt;span class="o"&gt;`&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;`&lt;/span&gt;&lt;span class="n"&gt;Lifespan&lt;/span&gt;&lt;span class="o"&gt;`&lt;/span&gt;
&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="k"&gt;FROM&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;https://hyperparam-public.s3.amazonaws.com/bunnies.parquet&amp;#39;&lt;/span&gt;
&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="k"&gt;ORDER&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="k"&gt;BY&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;`&lt;/span&gt;&lt;span class="n"&gt;Lifespan&lt;/span&gt;&lt;span class="o"&gt;`&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="k"&gt;DESC&lt;/span&gt;
&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="k"&gt;LIMIT&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;5&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://github.com/exasol-labs/exarrow-rs" target="_blank"&gt;Exasol driver&lt;/a&gt; version &lt;a class="reference external" href="https://adbc-drivers.org/drivers/exasol/v0.12.6"&gt;0.12.6&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Update dependencies with security advisories&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Various bug fixes&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/trino" target="_blank"&gt;Trino driver&lt;/a&gt; version &lt;a class="reference external" href="https://adbc-drivers.org/drivers/trino/v0.4.0"&gt;0.4.0&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Add &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;trino.statement.last_query_id&lt;/span&gt;&lt;/code&gt; option to retrieve the query ID&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Support GetStatistics and a target catalog/schema for bulk ingest&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To learn more about how to use the drivers, check out the &lt;a class="reference external" href="https://adbc-drivers.org/"&gt;documentation&lt;/a&gt; and &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;quickstarts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Bug reports and feature requests are welcome at the repositories linked above. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/06/08/updated-adbc-drivers/"/>
    <summary>Today the ADBC Drivers Contributors released updated drivers for Apache DataFusion, Exasol, and Trino, available immediately via dbc. To update, just dbc install [datafusion|exasol|trino] to get the latest version.</summary>
    <published>2026-06-08T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/06/03/new-adbc-driver-for-apache-spark/</id>
    <title>Preview of a new ADBC driver for Apache Spark</title>
    <updated>2026-06-03T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="preview-of-a-new-adbc-driver-for-apache-spark"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-06-03"&gt;June 03, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;A beta release of a new ADBC driver for &lt;a class="reference external" href="https://spark.apache.org" target="_blank"&gt;Apache Spark&lt;/a&gt; is now available via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. Run &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;spark&lt;/span&gt; &lt;span class="pre"&gt;--pre&lt;/span&gt;&lt;/code&gt; to try it out today.&lt;/p&gt;
&lt;p&gt;The driver supports query execution, bulk ingestion, and catalog metadata retrieval. It can connect via the HiveServer2 Thrift protocol (either over TCP, or HTTP/HTTPS), Spark Connect, or Apache Livy. Documentation can be found at &lt;a class="reference external" href="https://adbc-drivers.org/drivers/spark/"&gt;adbc-drivers.org&lt;/a&gt;. This is a preview release, and more features are actively being developed, so stay tuned.&lt;/p&gt;
&lt;p&gt;The driver was developed by the ADBC Driver Foundry and is implemented in Go.&lt;/p&gt;
&lt;p&gt;To get started, provide a connection URI with a &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;spark://&lt;/span&gt;&lt;/code&gt; scheme:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;spark://host:port/?api=connect&amp;amp;auth=token
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The driver can then be used like any other driver. For example, load it in Python with &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;adbc-driver-manager&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="kn"&gt;from&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nn"&gt;adbc_driver_manager&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;dbapi&lt;/span&gt;

&lt;span class="k"&gt;with&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;
    &lt;span class="n"&gt;dbapi&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;connect&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;spark://localhost:15002?auth_type=none&amp;amp;api=connect&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;as&lt;/span&gt; &lt;span class="n"&gt;con&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="n"&gt;con&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;cursor&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="k"&gt;as&lt;/span&gt; &lt;span class="n"&gt;cursor&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;span class="p"&gt;):&lt;/span&gt;
    &lt;span class="n"&gt;cursor&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;execute&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;SELECT * FROM mytable&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
    &lt;span class="n"&gt;table&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;cursor&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;fetch_arrow_table&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Bug reports and feature requests are welcome through &lt;a class="reference external" href="https://github.com/adbc-drivers/spark/issues" target="_blank"&gt;GitHub Issues in the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;spark&lt;/span&gt;&lt;/code&gt; repository&lt;/a&gt; in the ADBC Driver Foundry. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/06/03/new-adbc-driver-for-apache-spark/"/>
    <summary>A beta release of a new ADBC driver for Apache Spark is now available via dbc. Run dbc install spark --pre to try it out today.</summary>
    <published>2026-06-03T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/05/27/new-adbc-driver-for-apache-datafusion/</id>
    <title>New ADBC driver for Apache DataFusion</title>
    <updated>2026-05-27T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="new-adbc-driver-for-apache-datafusion"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-05-27"&gt;May 27, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;A new ADBC driver for &lt;a class="reference external" href="https://datafusion.apache.org" target="_blank"&gt;Apache DataFusion&lt;/a&gt; is now available via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. Run &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;datafusion&lt;/span&gt;&lt;/code&gt; to try it out today.&lt;/p&gt;
&lt;p&gt;The driver supports query execution, bulk ingestion (create, append, and replace modes), catalog metadata retrieval, and prepared statements. Documentation can be found at &lt;a class="reference external" href="https://adbc-drivers.org/drivers/datafusion/"&gt;adbc-drivers.org&lt;/a&gt;. The driver was developed in Rust by the ADBC Driver Foundry based on the driver originally available from &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;apache/arrow-adbc&lt;/span&gt;&lt;/code&gt;, but has been extended with new features and bug fixes.&lt;/p&gt;
&lt;p&gt;As DataFusion is embedded, you can use the driver without any need for a connection string. For example, load it in Python with &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;adbc-driver-manager&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;div class="highlight-python notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="kn"&gt;from&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nn"&gt;adbc_driver_manager&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;dbapi&lt;/span&gt;

&lt;span class="k"&gt;with&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;
    &lt;span class="n"&gt;dbapi&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;connect&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;datafusion&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;as&lt;/span&gt; &lt;span class="n"&gt;con&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="n"&gt;con&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;cursor&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="k"&gt;as&lt;/span&gt; &lt;span class="n"&gt;cursor&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;span class="p"&gt;):&lt;/span&gt;
    &lt;span class="n"&gt;cursor&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;execute&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;SELECT 42&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
    &lt;span class="n"&gt;table&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;cursor&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;fetch_arrow_table&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Bug reports and feature requests are welcome through &lt;a class="reference external" href="https://github.com/adbc-drivers/datafusion/issues" target="_blank"&gt;GitHub Issues in the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;datafusion&lt;/span&gt;&lt;/code&gt; repository&lt;/a&gt; in the ADBC Driver Foundry. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/05/27/new-adbc-driver-for-apache-datafusion/"/>
    <summary>A new ADBC driver for Apache DataFusion is now available via dbc. Run dbc install datafusion to try it out today.</summary>
    <published>2026-05-27T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/05/25/updated-redshift-driver/</id>
    <title>Updated ADBC driver for Redshift</title>
    <updated>2026-05-25T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-driver-for-redshift"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-05-25"&gt;May 25, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released an updated driver for Amazon Redshift, version 1.3.0, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;redshift&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;p&gt;Version 1.3.0 has several improvements and bug fixes, including:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Support for ingesting GeoArrow data as GEOMETRY/GEOGRAPHY columns&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Inferring/preserving SRID in querying/ingesting geo data&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fix GetTableSchema only being callable once per connection&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Pass through credentials when executing COPY in bulk ingest&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Map Arrow strings to VARCHAR(MAX) in bulk ingest instead of TEXT&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more details, see the &lt;a class="reference external" href="https://adbc-drivers.org/drivers/redshift/changelog#v1-3-0-2026-05-25"&gt;full changelog&lt;/a&gt;. To learn more about how to use the driver, check out the &lt;a class="reference external" href="https://adbc-drivers.org/drivers/redshift/v1.3.0"&gt;documentation&lt;/a&gt; and &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;quickstarts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Bug reports and feature requests are welcome through GitHub Issues in the &lt;a class="reference external" href="https://github.com/adbc-drivers/redshift" target="_blank"&gt;&lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;adbc-drivers/redshift&lt;/span&gt;&lt;/code&gt; repository&lt;/a&gt;. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/05/25/updated-redshift-driver/"/>
    <summary>Today the ADBC Drivers Contributors released an updated driver for Amazon Redshift, version 1.3.0, available immediately via dbc. To update, just dbc install redshift to get the latest version.</summary>
    <published>2026-05-25T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/05/22/updated-adbc-drivers/</id>
    <title>Updated ADBC drivers for ClickHouse and SQL Server</title>
    <updated>2026-05-22T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-drivers-for-clickhouse-and-sql-server"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-05-22"&gt;May 22, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released updated drivers for ClickHouse and Microsoft SQL Server, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;mssql&lt;/span&gt;&lt;/code&gt; or &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;clickhouse&lt;/span&gt; &lt;span class="pre"&gt;--pre&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;section id="updated-drivers"&gt;
&lt;h2&gt;Updated Drivers&lt;/h2&gt;
&lt;p&gt;The new drivers are patch releases to fix reported bugs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://adbc-drivers.org/drivers/clickhouse"&gt;ClickHouse driver&lt;/a&gt; version 0.1.0-alpha.2&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Enable TLS support at build time.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://adbc-drivers.org/drivers/mssql"&gt;Microsoft SQL Server driver&lt;/a&gt; version 1.4.1&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Restore support for querying IMAGE, SMALLDATETIME, UNIQUEIDENTIFIER, and XML columns&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To learn more about how to use the drivers, check out the &lt;a class="reference external" href="https://adbc-drivers.org/"&gt;documentation&lt;/a&gt; and &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;quickstarts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Bug reports and feature requests are welcome at the repositories linked above. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/05/22/updated-adbc-drivers/"/>
    <summary>Today the ADBC Drivers Contributors released updated drivers for ClickHouse and Microsoft SQL Server, available immediately via dbc. To update, just dbc install mssql or dbc install clickhouse --pre to get the latest version.</summary>
    <published>2026-05-22T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/05/21/new-adbc-driver-for-duckdb-quack/</id>
    <title>Preview of a new ADBC driver for DuckDB Quack</title>
    <updated>2026-05-21T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="preview-of-a-new-adbc-driver-for-duckdb-quack"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-05-21"&gt;May 21, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;A beta release of a new ADBC driver for &lt;a class="reference external" href="https://duckdb.org/quack/" target="_blank"&gt;DuckDB’s Quack protocol&lt;/a&gt; is now available via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. Run &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;quack&lt;/span&gt; &lt;span class="pre"&gt;--pre&lt;/span&gt;&lt;/code&gt; to try it out today.&lt;/p&gt;
&lt;p&gt;The driver supports query execution, bulk ingestion (create, append, and replace modes), catalog metadata retrieval, prepared statements, and transactions. Documentation can be found at &lt;a class="reference external" href="https://adbc-drivers.org/drivers/quack/"&gt;adbc-drivers.org&lt;/a&gt;. This is a preview release, and more features are actively being developed, so stay tuned.&lt;/p&gt;
&lt;p&gt;The driver was developed by the ADBC Driver Foundry, is implemented in C++, and wraps DuckDB itself underneath for full compatibility. See our &lt;a class="reference external" href="https://columnar.tech/blog/announcing-quack-adbc-driver" target="_blank"&gt;blog post&lt;/a&gt; for more details on how we built the driver.&lt;/p&gt;
&lt;p&gt;To get started, provide a connection URI with a &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;quack://&lt;/span&gt;&lt;/code&gt; scheme:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;quack://host:port/?token=my-secret
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The driver can then be used like any other driver. For example, load it in Python with &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;adbc-driver-manager&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="kn"&gt;from&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nn"&gt;adbc_driver_manager&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;dbapi&lt;/span&gt;

&lt;span class="k"&gt;with&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;
    &lt;span class="n"&gt;dbapi&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;connect&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;quack://localhost:9494/?token=quack-secret&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;as&lt;/span&gt; &lt;span class="n"&gt;con&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="n"&gt;con&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;cursor&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="k"&gt;as&lt;/span&gt; &lt;span class="n"&gt;cursor&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;span class="p"&gt;):&lt;/span&gt;
    &lt;span class="n"&gt;cursor&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;execute&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;FROM range(0, 100, 2)&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
    &lt;span class="n"&gt;table&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;cursor&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;fetch_arrow_table&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Bug reports and feature requests are welcome through &lt;a class="reference external" href="https://github.com/adbc-drivers/quack/issues" target="_blank"&gt;GitHub Issues in the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;quack&lt;/span&gt;&lt;/code&gt; repository&lt;/a&gt; in the ADBC Driver Foundry. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/05/21/new-adbc-driver-for-duckdb-quack/"/>
    <summary>A beta release of a new ADBC driver for DuckDB’s Quack protocol is now available via dbc. Run dbc install quack --pre to try it out today.</summary>
    <published>2026-05-21T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/05/19/updated-mssql-driver/</id>
    <title>Updated ADBC driver for SQL Server</title>
    <updated>2026-05-19T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-driver-for-sql-server"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-05-19"&gt;May 19, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released an updated driver for Microsoft SQL Server, version 1.4.0, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;mssql&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;p&gt;Version 1.4.0 has several improvements and bug fixes, including:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Ingest and query for GEOMETRY/GEOGRAPHY types using GeoArrow extension types&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Control over which Arrow type is used for large string types like NVARCHAR(MAX)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed support for Kerberos authentication&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more details, see the &lt;a class="reference external" href="https://adbc-drivers.org/drivers/mssql/changelog#v1-4-0-2026-05-19"&gt;full changelog&lt;/a&gt;. To learn more about how to use the driver, check out the &lt;a class="reference external" href="https://adbc-drivers.org/drivers/mssql/v1.4.0"&gt;documentation&lt;/a&gt; and &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;quickstarts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Bug reports and feature requests are welcome through GitHub Issues in the &lt;a class="reference external" href="https://github.com/adbc-drivers/mssql" target="_blank"&gt;&lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;adbc-drivers/mssql&lt;/span&gt;&lt;/code&gt; repository&lt;/a&gt;. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/05/19/updated-mssql-driver/"/>
    <summary>Today the ADBC Drivers Contributors released an updated driver for Microsoft SQL Server, version 1.4.0, available immediately via dbc. To update, just dbc install mssql to get the latest version.</summary>
    <published>2026-05-19T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/05/03/updated-exasol-driver/</id>
    <title>Updated ADBC driver for Exasol</title>
    <updated>2026-05-03T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-driver-for-exasol"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-05-03"&gt;May 03, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released an updated driver for Exasol, version 0.12.0, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;exasol&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;p&gt;This release rolls up the 0.10.x and 0.11.x versions, with a variety of improvements, including defaulting to the TCP protocol instead of WebSockets for better performance. For more details, see the &lt;a class="reference external" href="https://adbc-drivers.org/drivers/exasol/changelog.html"&gt;full changelog&lt;/a&gt;. To learn more about how to use the driver, check out the &lt;a class="reference external" href="https://adbc-drivers.org/drivers/exasol/"&gt;documentation&lt;/a&gt; and &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;quickstarts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This driver is developed by the &lt;a class="reference external" href="https://github.com/exasol-labs" target="_blank"&gt;Exasol Labs 🧪&lt;/a&gt; community initiative. Bug reports and feature requests are welcome through &lt;a class="reference external" href="https://github.com/exasol-labs/exarrow-rs" target="_blank"&gt;GitHub Issues in the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;exarrow-rs&lt;/span&gt;&lt;/code&gt; repository&lt;/a&gt; under Exasol Labs. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/05/03/updated-exasol-driver/"/>
    <summary>Today the ADBC Drivers Contributors released an updated driver for Exasol, version 0.12.0, available immediately via dbc. To update, just dbc install exasol to get the latest version.</summary>
    <published>2026-05-03T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/04/19/updated-exasol-driver/</id>
    <title>Updated ADBC driver for Exasol</title>
    <updated>2026-04-19T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-driver-for-exasol"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-04-19"&gt;April 19, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released an updated driver for Exasol, version 0.9.0, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;exasol&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;p&gt;This release rolls up the 0.7.x and 0.8.x versions, and primarily improves support for certain connection configurations and updates dependencies with security advisories. For more details, see the &lt;a class="reference external" href="https://adbc-drivers.org/drivers/exasol/changelog.html#v0-9-0-2026-04-16"&gt;full changelog&lt;/a&gt;. To learn more about how to use the driver, check out the &lt;a class="reference external" href="https://adbc-drivers.org/drivers/exasol/"&gt;documentation&lt;/a&gt; and &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;quickstarts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This driver is developed by the &lt;a class="reference external" href="https://github.com/exasol-labs" target="_blank"&gt;Exasol Labs 🧪&lt;/a&gt; community initiative. Bug reports and feature requests are welcome through &lt;a class="reference external" href="https://github.com/exasol-labs/exarrow-rs" target="_blank"&gt;GitHub Issues in the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;exarrow-rs&lt;/span&gt;&lt;/code&gt; repository&lt;/a&gt; under Exasol Labs. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/04/19/updated-exasol-driver/"/>
    <summary>Today the ADBC Drivers Contributors released an updated driver for Exasol, version 0.9.0, available immediately via dbc. To update, just dbc install exasol to get the latest version.</summary>
    <published>2026-04-19T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/04/03/new-adbc-driver-for-singlestore/</id>
    <title>Preview of a new ADBC driver for SingleStore</title>
    <updated>2026-04-03T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="preview-of-a-new-adbc-driver-for-singlestore"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-04-03"&gt;April 03, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;A beta release of a new ADBC driver for &lt;a class="reference external" href="https://www.singlestore.com/" target="_blank"&gt;SingleStore&lt;/a&gt; is now available via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. If you have &lt;a class="reference external" href="https://columnar.tech/blog/announcing-dbc-0.2.0" target="_blank"&gt;dbc 0.2.0&lt;/a&gt; or newer installed, run &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;singlestore&lt;/span&gt; &lt;span class="pre"&gt;--pre&lt;/span&gt;&lt;/code&gt; to try it out today.&lt;/p&gt;
&lt;p&gt;The driver supports query execution, bulk ingestion (create, append, and replace modes), catalog metadata retrieval, prepared statements, and transactions. Documentation can be found at &lt;a class="reference external" href="https://adbc-drivers.org/drivers/singlestore/"&gt;adbc-drivers.org&lt;/a&gt;. This is a beta release, and more features are actively being developed, so stay tuned.&lt;/p&gt;
&lt;p&gt;The driver was developed by SingleStore, is implemented in Go, and uses the MySQL wire protocol to connect. To get started, provide a connection URI using the &lt;a class="reference external" href="https://pkg.go.dev/github.com/go-sql-driver/mysql#readme-dsn-data-source-name" target="_blank"&gt;Go MySQL Driver DSN format&lt;/a&gt; with a &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;singlestore://&lt;/span&gt;&lt;/code&gt; scheme:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;singlestore&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="o"&gt;//&lt;/span&gt;&lt;span class="n"&gt;user&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="n"&gt;password&lt;/span&gt;&lt;span class="nd"&gt;@tcp&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;host&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;3306&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;database&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Bulk ingestion uses &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;LOAD&lt;/span&gt; &lt;span class="pre"&gt;DATA&lt;/span&gt; &lt;span class="pre"&gt;LOCAL&lt;/span&gt; &lt;span class="pre"&gt;INFILE&lt;/span&gt;&lt;/code&gt; under the hood. The driver includes comprehensive type mappings between SingleStore and Arrow types, covering integers, floating-point numbers, decimals, temporal types (DATE, DATETIME, TIME, TIMESTAMP), strings, binary data, and JSON.&lt;/p&gt;
&lt;p&gt;The ADBC Quickstarts have &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts/tree/by-database/singlestore" target="_blank"&gt;runnable examples demonstrating the SingleStore driver&lt;/a&gt; in C++, Go, Java, Python, R, and Rust.&lt;/p&gt;
&lt;p&gt;Please submit bug reports and feature requests directly to the &lt;a class="reference external" href="https://github.com/singlestore-labs/singlestore-adbc-connector" target="_blank"&gt;&lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;singlestore-adbc-connector&lt;/span&gt;&lt;/code&gt; repository&lt;/a&gt;. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/04/03/new-adbc-driver-for-singlestore/"/>
    <summary>A beta release of a new ADBC driver for SingleStore is now available via dbc. If you have dbc 0.2.0 or newer installed, run dbc install singlestore --pre to try it out today.</summary>
    <published>2026-04-03T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/03/18/new-adbc-driver-for-exasol/</id>
    <title>New ADBC driver for Exasol</title>
    <updated>2026-03-18T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="new-adbc-driver-for-exasol"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-03-18"&gt;March 18, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;The ADBC driver for &lt;a class="reference external" href="https://www.exasol.com/" target="_blank"&gt;Exasol&lt;/a&gt;, version 0.7.0, is now available via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. Just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;exasol&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;p&gt;The driver supports query execution and inspecting the catalog (GetObjects, GetTableSchema, etc.); features like bulk ingestion and bind parameters are in the works. Documentation can be found at &lt;a class="reference external" href="https://adbc-drivers.org/drivers/exasol/"&gt;adbc-drivers.org&lt;/a&gt;. The Exasol Labs community is still working on adding more features and tuning performance, so check back for updates.&lt;/p&gt;
&lt;p&gt;This driver is developed by the &lt;a class="reference external" href="https://github.com/exasol-labs" target="_blank"&gt;Exasol Labs 🧪&lt;/a&gt; community initiative. Bug reports and feature requests are welcome through &lt;a class="reference external" href="https://github.com/exasol-labs/exarrow-rs" target="_blank"&gt;GitHub Issues in the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;exarrow-rs&lt;/span&gt;&lt;/code&gt; repository&lt;/a&gt; under Exasol Labs. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/03/18/new-adbc-driver-for-exasol/"/>
    <summary>The ADBC driver for Exasol, version 0.7.0, is now available via dbc. Just dbc install exasol to get the latest version.</summary>
    <published>2026-03-18T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/03/11/updated-adbc-drivers/</id>
    <title>Updated ADBC drivers for BigQuery, MySQL, Oracle Database, Redshift, SQL Server, Snowflake, and Trino</title>
    <updated>2026-03-11T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-drivers-for-bigquery-mysql-oracle-database-redshift-sql-server-snowflake-and-trino"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-03-11"&gt;March 11, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released updated drivers for six database systems, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;&amp;lt;driver&amp;gt;&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;section id="updated-drivers"&gt;
&lt;h2&gt;Updated Drivers&lt;/h2&gt;
&lt;p&gt;The newly released drivers, and some release highlights, are:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://adbc-drivers.org/drivers/bigquery"&gt;Google BigQuery driver&lt;/a&gt; version 1.11.2&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;a class="reference external" href="https://adbc-drivers.org/drivers/snowflake"&gt;Snowflake driver&lt;/a&gt; version 1.10.3&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;a class="reference external" href="https://adbc-drivers.org/drivers/trino"&gt;Trino driver&lt;/a&gt; version 0.3.1&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Update transitive dependencies to pick up security updates. (This is the only change for the three drivers listed above. The drivers listed below also include dependency updates, in addition to other changes detailed separately.)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://adbc-drivers.org/drivers/mssql"&gt;Microsoft SQL Server driver&lt;/a&gt; version 1.3.1&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Test against SQL Server 2025.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;NVARCHAR(MAX)&lt;/span&gt;&lt;/code&gt; for bulk ingest, not &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;NTEXT&lt;/span&gt;&lt;/code&gt; (which is deprecated).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fix a bug where reusing a statement to execute a query after a bulk ingest would give an empty result set.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://adbc-drivers.org/drivers/mysql"&gt;MySQL driver&lt;/a&gt; version 0.3.1&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Enable bulk ingest into a temporary table.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fix a bug with bulk ingest and wide schemas.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://docs.columnar.tech/drivers/oracle" target="_blank"&gt;Oracle Database driver&lt;/a&gt; version 0.5.1&lt;/strong&gt;&lt;/p&gt;
&lt;div class="note admonition"&gt;
&lt;p class="admonition-title"&gt;Note&lt;/p&gt;
&lt;p&gt;This driver is available from Columnar’s private driver registry. See &lt;a class="reference external" href="https://columnar.tech/blog/announcing-dbc-0.2.0" target="_blank"&gt;this blog post&lt;/a&gt; to learn more.&lt;/p&gt;
&lt;/div&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Support &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;REAL&lt;/span&gt;&lt;/code&gt; and &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;DOUBLE&lt;/span&gt; &lt;span class="pre"&gt;PRECISION&lt;/span&gt;&lt;/code&gt; types when the latest Instant Client is used.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Don’t use the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;DBA_PDBS&lt;/span&gt;&lt;/code&gt; view in GetObjects, which requires more permissions.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="reference external" href="https://adbc-drivers.org/drivers/redshift"&gt;Amazon Redshift driver&lt;/a&gt; version 1.2.1&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Optimize bulk ingest.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To learn more about how to use the drivers, check out the &lt;a class="reference external" href="https://adbc-drivers.org/"&gt;documentation&lt;/a&gt; and &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;quickstarts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Bug reports and feature requests are welcome at the repositories linked above. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/03/11/updated-adbc-drivers/"/>
    <summary>Today the ADBC Drivers Contributors released updated drivers for six database systems, available immediately via dbc. To update, just dbc install &lt;driver&gt; to get the latest version.</summary>
    <published>2026-03-11T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/02/19/faster-adbc-drivers/</id>
    <title>Faster ADBC drivers for BigQuery, MySQL, SQL Server, and Trino</title>
    <updated>2026-02-19T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="faster-adbc-drivers-for-bigquery-mysql-sql-server-and-trino"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-02-19"&gt;February 19, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released updated drivers for four database systems, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;&amp;lt;driver&amp;gt;&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;section id="updated-drivers"&gt;
&lt;h2&gt;Updated Drivers&lt;/h2&gt;
&lt;p&gt;The main highlight for all drivers is improved performance. Each newly released driver is now significantly faster than its previous release and is typically faster than or on par with its reference non-ADBC driver, with some variation depending on workload and data types such as strings.&lt;/p&gt;
&lt;section id="google-bigquery-driver-version-1-11-0"&gt;
&lt;h3&gt;Google BigQuery driver version 1.11.0&lt;/h3&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Improved query performance by identifying and patching an issue in the Google BigQuery SDK for Go. &lt;a class="reference external" href="https://github.com/adbc-drivers/bigquery/pull/102" target="_blank"&gt;#102&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added experimental support for bulk ingest via the Storage Write API, instead of by uploading Parquet files. This is still a work in progress and is not recommended for production use. &lt;a class="reference external" href="https://github.com/adbc-drivers/bigquery/pull/105" target="_blank"&gt;#105&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id="mysql-driver-version-0-3-0"&gt;
&lt;h3&gt;MySQL driver version 0.3.0&lt;/h3&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Improved bulk ingest performance. &lt;a class="reference external" href="https://github.com/adbc-drivers/mysql/pull/66" target="_blank"&gt;#66&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id="microsoft-sql-server-driver-version-1-3-0"&gt;
&lt;h3&gt;Microsoft SQL Server driver version 1.3.0&lt;/h3&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Improved query performance by identifying and submitting fixes for &lt;a class="reference external" href="https://github.com/microsoft/go-mssqldb" target="_blank"&gt;microsoft/go-mssqldb&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id="trino-driver-version-0-3-0"&gt;
&lt;h3&gt;Trino driver version 0.3.0&lt;/h3&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Improved bulk ingest performance. &lt;a class="reference external" href="https://github.com/adbc-drivers/trino/pull/58" target="_blank"&gt;#58&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;/section&gt;
&lt;section id="benchmarks"&gt;
&lt;h2&gt;Benchmarks&lt;/h2&gt;
&lt;p&gt;Query benchmarks measure the time to retrieve a PyArrow Table, while ingest benchmarks measure the time to write a PyArrow Table.  The benchmark harness in all cases uses Python.&lt;/p&gt;
&lt;section id="querying-data"&gt;
&lt;h3&gt;Querying Data&lt;/h3&gt;
&lt;table class="docutils data align-default"&gt;
&lt;thead&gt;
&lt;tr class="row-odd"&gt;&lt;th class="head text-left"&gt;&lt;p&gt;Database&lt;/p&gt;&lt;/th&gt;
&lt;th class="head text-left"&gt;&lt;p&gt;Data Size&lt;/p&gt;&lt;/th&gt;
&lt;th class="head text-right"&gt;&lt;p&gt;ADBC Before (s)&lt;/p&gt;&lt;/th&gt;
&lt;th class="head text-right"&gt;&lt;p&gt;ADBC After (s)&lt;/p&gt;&lt;/th&gt;
&lt;th class="head text-right"&gt;&lt;p&gt;Competitor (s)&lt;/p&gt;&lt;/th&gt;
&lt;th class="head text-right"&gt;&lt;p&gt;Relative Time&lt;a class="footnote-reference brackets" href="#speedup" id="id1" role="doc-noteref"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;1&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class="row-even"&gt;&lt;td class="text-left"&gt;&lt;p&gt;BigQuery&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-left"&gt;&lt;p&gt;6 million rows&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;95.2 ± 2.34&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;&lt;strong&gt;31.0 ± 2.1&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;56.4 ± 1.3&lt;a class="footnote-reference brackets" href="#bigquery" id="id2" role="doc-noteref"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;2&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;0.55x&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="row-odd"&gt;&lt;td class="text-left"&gt;&lt;p&gt;SQL Server&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-left"&gt;&lt;p&gt;1.2 million rows&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;9.6 ± 0.1&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;3.3 ± 0.0&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;&lt;strong&gt;3.0 ± 0.2&lt;/strong&gt;&lt;a class="footnote-reference brackets" href="#mssql" id="id3" role="doc-noteref"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;3&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;1.1x&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/section&gt;
&lt;section id="ingesting-data"&gt;
&lt;h3&gt;Ingesting Data&lt;/h3&gt;
&lt;table class="docutils data align-default"&gt;
&lt;thead&gt;
&lt;tr class="row-odd"&gt;&lt;th class="head text-left"&gt;&lt;p&gt;Database&lt;/p&gt;&lt;/th&gt;
&lt;th class="head text-left"&gt;&lt;p&gt;Data Size&lt;/p&gt;&lt;/th&gt;
&lt;th class="head text-right"&gt;&lt;p&gt;ADBC Before (s)&lt;/p&gt;&lt;/th&gt;
&lt;th class="head text-right"&gt;&lt;p&gt;ADBC After (s)&lt;/p&gt;&lt;/th&gt;
&lt;th class="head text-right"&gt;&lt;p&gt;Competitor (s)&lt;/p&gt;&lt;/th&gt;
&lt;th class="head text-right"&gt;&lt;p&gt;Relative Time&lt;a class="footnote-reference brackets" href="#speedup" id="id4" role="doc-noteref"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;1&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class="row-even"&gt;&lt;td class="text-left"&gt;&lt;p&gt;MySQL&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-left"&gt;&lt;p&gt;600k rows&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;467.8 ± 17.9&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;&lt;strong&gt;6.7 ± 0.3&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;13.1 ± 0.7&lt;a class="footnote-reference brackets" href="#mysql" id="id5" role="doc-noteref"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;4&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;0.51x&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="row-odd"&gt;&lt;td class="text-left"&gt;&lt;p&gt;Trino&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-left"&gt;&lt;p&gt;60k rows&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;1962.8 ± 182.2&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;&lt;strong&gt;52.2 ± 8.2&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;2061.8 ± 15.1&lt;a class="footnote-reference brackets" href="#trino" id="id6" role="doc-noteref"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;5&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td class="text-right"&gt;&lt;p&gt;0.03x&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/section&gt;
&lt;/section&gt;
&lt;/section&gt;
&lt;hr class="footnotes docutils" /&gt;
&lt;aside class="footnote-list brackets"&gt;
&lt;aside class="footnote brackets" id="speedup" role="doc-footnote"&gt;
&lt;span class="label"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;1&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;span class="backrefs"&gt;(&lt;a role="doc-backlink" href="#id1"&gt;1&lt;/a&gt;,&lt;a role="doc-backlink" href="#id4"&gt;2&lt;/a&gt;)&lt;/span&gt;
&lt;p&gt;Versus competitor. Lower is better.&lt;/p&gt;
&lt;/aside&gt;
&lt;aside class="footnote brackets" id="bigquery" role="doc-footnote"&gt;
&lt;span class="label"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;&lt;a role="doc-backlink" href="#id2"&gt;2&lt;/a&gt;&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;python-bigquery-sqlalchemy with Storage Read API enabled&lt;/p&gt;
&lt;/aside&gt;
&lt;aside class="footnote brackets" id="mssql" role="doc-footnote"&gt;
&lt;span class="label"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;&lt;a role="doc-backlink" href="#id3"&gt;3&lt;/a&gt;&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;turbodbc 5.1.2 + msodbcsql 18.6.1.1-1&lt;/p&gt;
&lt;/aside&gt;
&lt;aside class="footnote brackets" id="mysql" role="doc-footnote"&gt;
&lt;span class="label"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;&lt;a role="doc-backlink" href="#id5"&gt;4&lt;/a&gt;&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;mysql-connector-python using DuckDB to convert Arrow data to Python objects; using PyArrow &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;Table.to_pylist&lt;/span&gt;&lt;/code&gt; instead, timing was 15.31 ± 0.59s&lt;/p&gt;
&lt;/aside&gt;
&lt;aside class="footnote brackets" id="trino" role="doc-footnote"&gt;
&lt;span class="label"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;&lt;a role="doc-backlink" href="#id6"&gt;5&lt;/a&gt;&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;trino-python-client&lt;/p&gt;
&lt;/aside&gt;
&lt;/aside&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/02/19/faster-adbc-drivers/"/>
    <summary>Today the ADBC Drivers Contributors released updated drivers for four database systems, available immediately via dbc. To update, just dbc install &lt;driver&gt; to get the latest version.</summary>
    <published>2026-02-19T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/02/17/new-adbc-driver-for-clickhouse/</id>
    <title>Preview of a new ADBC driver for ClickHouse</title>
    <updated>2026-02-17T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="preview-of-a-new-adbc-driver-for-clickhouse"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-02-17"&gt;February 17, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;The ADBC Drivers Contributors are excited to announce a preview version of a new driver for &lt;a class="reference external" href="https://clickhouse.com/" target="_blank"&gt;ClickHouse&lt;/a&gt;. The driver is available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. If you have &lt;a class="reference external" href="https://columnar.tech/blog/announcing-dbc-0.2.0" target="_blank"&gt;dbc 0.2.0&lt;/a&gt; or newer installed, run &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;clickhouse&lt;/span&gt; &lt;span class="pre"&gt;--pre&lt;/span&gt;&lt;/code&gt; to try it out today.&lt;/p&gt;
&lt;p&gt;The driver supports querying data and can insert Arrow data using an appropriately formatted &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;INSERT&lt;/span&gt;&lt;/code&gt; query. Full ADBC bulk ingestion support is not yet available. Documentation can be found at &lt;a class="reference external" href="https://adbc-drivers.org/drivers/clickhouse/"&gt;adbc-drivers.org&lt;/a&gt;. This is a preview release, and more features are actively being developed, so stay tuned.&lt;/p&gt;
&lt;p&gt;The driver was developed by ClickHouse and uses the &lt;a class="reference external" href="https://clickhouse.com/docs/interfaces/http" target="_blank"&gt;HTTP transport&lt;/a&gt; with native Apache Arrow support. To connect, simply provide the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;http&lt;/span&gt;&lt;/code&gt; or &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;https&lt;/span&gt;&lt;/code&gt; URL of your ClickHouse server as the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;uri&lt;/span&gt;&lt;/code&gt; option. See the &lt;a class="reference external" href="https://clickhouse.com/docs/interfaces/http#overview" target="_blank"&gt;HTTP interface documentation&lt;/a&gt; for more details.&lt;/p&gt;
&lt;p&gt;To get started, check out the &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;ADBC Quickstarts&lt;/a&gt; repository for runnable examples demonstrating the ClickHouse driver in C++, Go, Java, Python, R, and Rust.&lt;/p&gt;
&lt;p&gt;Please submit bug reports and feature requests directly to the &lt;a class="reference external" href="https://github.com/ClickHouse/adbc_clickhouse" target="_blank"&gt;adbc_clickhouse&lt;/a&gt; repository. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or connect with us on the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/02/17/new-adbc-driver-for-clickhouse/"/>
    <summary>The ADBC Drivers Contributors are excited to announce a preview version of a new driver for ClickHouse. The driver is available immediately via dbc. If you have dbc 0.2.0 or newer installed, run dbc install clickhouse --pre to try it out today.</summary>
    <published>2026-02-17T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/01/28/new-adbc-driver-for-databricks/</id>
    <title>New ADBC driver for Databricks</title>
    <updated>2026-01-28T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="new-adbc-driver-for-databricks"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-01-28"&gt;January 28, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released a new driver for Databricks version 0.1.2, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. Just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;databricks&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;p&gt;The driver supports querying data, bulk ingestion, and querying the catalog (listing tables and columns and so on). Documentation can be found at &lt;a class="reference external" href="https://adbc-drivers.org/drivers/databricks/"&gt;adbc-drivers.org&lt;/a&gt;. As the version number implies, this is an early version of the driver.  We are still working with Databricks on adding more features and improving performance, so stay tuned.&lt;/p&gt;
&lt;p&gt;This driver uses Databricks’s Thrift transport with Cloud Fetch and Apache Arrow data transfer enabled.  It can connect to serverless compute, provisioned (“classic”) compute, and SQL warehouses, by setting the server hostname, port, and HTTP path appropriately.  See the &lt;a class="reference external" href="https://docs.databricks.com/dev-tools/go-sql-driver" target="_blank"&gt;documentation&lt;/a&gt; for the official Go SDK for details on how to get these values.&lt;/p&gt;
&lt;p&gt;Bug reports and feature requests are welcome through &lt;a class="reference external" href="https://github.com/adbc-drivers/databricks/issues" target="_blank"&gt;GitHub Issues in the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;databricks&lt;/span&gt;&lt;/code&gt; repository&lt;/a&gt; in the ADBC Driver Foundry. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/01/28/new-adbc-driver-for-databricks/"/>
    <summary>Today the ADBC Drivers Contributors released a new driver for Databricks version 0.1.2, available immediately via dbc. Just dbc install databricks to get the latest version.</summary>
    <published>2026-01-28T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/01/12/updated-adbc-drivers/</id>
    <title>Updated ADBC drivers for SQL Server and Snowflake</title>
    <updated>2026-01-12T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-drivers-for-sql-server-and-snowflake"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-01-12"&gt;January 12, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released updated drivers for two database systems, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;&amp;lt;driver&amp;gt;&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;section id="updated-drivers"&gt;
&lt;h2&gt;Updated Drivers&lt;/h2&gt;
&lt;p&gt;The newly released drivers, and some release highlights, are:&lt;/p&gt;
&lt;section id="microsoft-sql-server-driver-version-1-2-0"&gt;
&lt;h3&gt;&lt;a class="reference external" href="http://github.com/adbc-drivers/mssql" target="_blank"&gt;Microsoft SQL Server driver&lt;/a&gt; version 1.2.0&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Add support for Entra ID authentication.  To use it, &lt;a class="reference external" href="https://learn.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest" target="_blank"&gt;install the Azure CLI&lt;/a&gt;, log in via &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;az&lt;/span&gt; &lt;span class="pre"&gt;login&lt;/span&gt;&lt;/code&gt;, and add &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;fedauth=&lt;/span&gt;&lt;/code&gt; to your connection URI, like so:&lt;/p&gt;
&lt;!-- allow wrapping --&gt;
&lt;p&gt;&lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;sqlserver://my-database-endpoint.database.windows.net:1433?database=my-database-name&amp;amp;fedauth=ActiveDirectoryDefault&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;See the &lt;a class="reference external" href="https://adbc-drivers.org/drivers/mssql/v1.2.0.html#connection-string-format"&gt;documentation&lt;/a&gt; for more information.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id="snowflake-driver-version-1-10-1"&gt;
&lt;h3&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/snowflake" target="_blank"&gt;Snowflake driver&lt;/a&gt; version 1.10.1&lt;/h3&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Fix occasional deadlocks when reading data (&lt;a class="reference external" href="https://github.com/apache/arrow-adbc/issues/3730" target="_blank"&gt;bug report&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Bug reports and feature requests are welcome at the repositories linked above. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/01/12/updated-adbc-drivers/"/>
    <summary>Today the ADBC Drivers Contributors released updated drivers for two database systems, available immediately via dbc. To update, just dbc install &lt;driver&gt; to get the latest version.</summary>
    <published>2026-01-12T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2026/01/07/updated-adbc-drivers/</id>
    <title>Updated ADBC drivers for BigQuery, SQL Server, MySQL, Redshift, Snowflake, and Trino</title>
    <updated>2026-01-07T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="updated-adbc-drivers-for-bigquery-sql-server-mysql-redshift-snowflake-and-trino"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2026-01-07"&gt;January 07, 2026&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;Today the ADBC Drivers Contributors released updated drivers for six database systems, available immediately via &lt;a class="reference external" href="https://docs.columnar.tech/dbc/" target="_blank"&gt;dbc&lt;/a&gt;. To update, just &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;dbc&lt;/span&gt; &lt;span class="pre"&gt;install&lt;/span&gt; &lt;span class="pre"&gt;&amp;lt;driver&amp;gt;&lt;/span&gt;&lt;/code&gt; to get the latest version.&lt;/p&gt;
&lt;section id="updated-drivers"&gt;
&lt;h2&gt;Updated Drivers&lt;/h2&gt;
&lt;p&gt;The newly released drivers, and some release highlights, are:&lt;/p&gt;
&lt;section id="google-bigquery-driver-version-1-10-0"&gt;
&lt;h3&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/bigquery" target="_blank"&gt;Google BigQuery driver&lt;/a&gt; version 1.10.0&lt;/h3&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Support for bulk ingest of Arrow’s list and struct types&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;General bug fixes, including fixing hangs in certain cases&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id="microsoft-sql-server-driver-version-1-1-0"&gt;
&lt;h3&gt;&lt;a class="reference external" href="http://github.com/adbc-drivers/mssql" target="_blank"&gt;Microsoft SQL Server driver&lt;/a&gt; version 1.1.0&lt;/h3&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Improved support for &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;DATETIME2&lt;/span&gt;&lt;/code&gt;, &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;CHAR&lt;/span&gt;&lt;/code&gt;/&lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;NCHAR&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Support for binding/ingesting Arrow’s large/view/fixed-size string and binary types&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id="mysql-driver-version-0-2-0"&gt;
&lt;h3&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/mysql" target="_blank"&gt;MySQL driver&lt;/a&gt; version 0.2.0&lt;/h3&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Force the connection timezone to UTC for consistent handling&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Support the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;BIT&lt;/span&gt;&lt;/code&gt; type&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id="amazon-redshift-driver-version-1-1-0"&gt;
&lt;h3&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/redshift/" target="_blank"&gt;Amazon Redshift driver&lt;/a&gt; version 1.1.0&lt;/h3&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Experimental support for IdP token authentication and more options for IdP browser authentication&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Support for binding/ingesting Arow’s list/struct types (they become &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;SUPER&lt;/span&gt;&lt;/code&gt; in Redshift)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improved support for &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;GEOMETRY&lt;/span&gt;&lt;/code&gt;, &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;GEOGRAPHY&lt;/span&gt;&lt;/code&gt;, &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;HLLSKETCH&lt;/span&gt;&lt;/code&gt;, and &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;SUPER&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id="snowflake-driver-version-1-10-0"&gt;
&lt;h3&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/snowflake" target="_blank"&gt;Snowflake driver&lt;/a&gt; version 1.10.0&lt;/h3&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Improved handling of &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;TIMESTAMP_TZ&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id="trino-driver-version-0-2-0"&gt;
&lt;h3&gt;&lt;a class="reference external" href="https://github.com/adbc-drivers/trino" target="_blank"&gt;Trino driver&lt;/a&gt; version 0.2.0&lt;/h3&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Fixed timeouts during long-running queries&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improved support for binary types&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additionally, all drivers now support connecting with URIs in addition to their native connection string formats. To learn more about how to use the drivers, check out the &lt;a class="reference external" href="https://adbc-drivers.org/"&gt;documentation&lt;/a&gt; and &lt;a class="reference external" href="https://github.com/columnar-tech/adbc-quickstarts" target="_blank"&gt;quickstarts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Bug reports and feature requests are welcome at the repositories linked above. You can also start a &lt;a class="reference external" href="https://github.com/orgs/adbc-drivers/discussions" target="_blank"&gt;Discussion&lt;/a&gt; on GitHub or join the &lt;a class="reference external" href="https://join.slack.com/t/columnar-community/shared_invite/zt-3gt5cb69i-KRjJj~mjUZv5doVmpcVa4w" target="_blank"&gt;Columnar Community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2026/01/07/updated-adbc-drivers/"/>
    <summary>Today the ADBC Drivers Contributors released updated drivers for six database systems, available immediately via dbc. To update, just dbc install &lt;driver&gt; to get the latest version.</summary>
    <published>2026-01-07T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://adbc-drivers.org/blog/2025/10/29/announcing-adbc-driver-foundry/</id>
    <title>Announcing the ADBC Driver Foundry</title>
    <updated>2025-10-29T00:00:00+00:00</updated>
    <author>
      <name>ADBC Drivers Contributors</name>
    </author>
    <content type="html">&lt;!--
  Copyright (c) 2025-2026 ADBC Drivers Contributors

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--&gt;
&lt;section id="announcing-the-adbc-driver-foundry"&gt;

&lt;p class="blog-post-meta"&gt;
  &lt;time datetime="2025-10-29"&gt;October 29, 2025&lt;/time&gt;
  &lt;span class="blog-post-author"&gt;ADBC Drivers Contributors&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;ADBC (Arrow Database Connectivity) is at an inflection point. Launched in 2022 as a subproject of Apache Arrow, ADBC is a modern data connectivity standard built to accelerate and simplify data access for analytics applications. Leading companies including Databricks, dbt Labs, Microsoft, and Snowflake are building with ADBC.&lt;/p&gt;
&lt;p&gt;Today, the project is a bustling construction site. The foundations—ADBC’s core specifications and libraries—have solidified. The focus has shifted to building the superstructure: the drivers that connect ADBC to a wide array of databases, query engines, and data platforms. But as driver development has scaled up, there has been little scaffolding to support contributors. Driver work has funneled through the same central repository that houses ADBC’s core components, straining the small group of Apache Arrow maintainers who can review and merge contributions. The result has been slow reviews, mounting frustration, and a mismatch between the centralized privilege model of Apache projects and the inherently federated nature of driver development.&lt;/p&gt;
&lt;p&gt;To give current and future driver developers the scaffolding they need, today we’re launching the ADBC Driver Foundry, an open source hub for federated driver development hosted at &lt;a class="reference external" href="http://github.com/adbc-drivers" target="_blank"&gt;github.com/adbc-drivers&lt;/a&gt;. This effort brings together contributors from &lt;a class="reference external" href="https://columnar.tech" target="_blank"&gt;Columnar&lt;/a&gt;, &lt;a class="reference external" href="https://www.databricks.com" target="_blank"&gt;Databricks&lt;/a&gt;, &lt;a class="reference external" href="https://www.getdbt.com" target="_blank"&gt;dbt Labs&lt;/a&gt;, &lt;a class="reference external" href="https://www.improving.com" target="_blank"&gt;Improving&lt;/a&gt;, &lt;a class="reference external" href="https://www.microsoft.com/" target="_blank"&gt;Microsoft&lt;/a&gt;, &lt;a class="reference external" href="https://www.snowflake.com/" target="_blank"&gt;Snowflake&lt;/a&gt;, and the broader &lt;a class="reference external" href="https://arrow.apache.org" target="_blank"&gt;Apache Arrow&lt;/a&gt; developer community. The Foundry strikes a balance between autonomy and shared support, providing a scalable structure that empowers contributors while ensuring consistency across the ecosystem.&lt;/p&gt;
&lt;p&gt;For driver developers, the Foundry offers per-project repositories with independently managed commit privileges, along with templates and guides for building new drivers. It also provides shared resources for testing, validation, benchmarking, packaging, distribution, and documentation.&lt;/p&gt;
&lt;p&gt;For driver users and downstream developers, nothing changes immediately. In the coming months, as drivers begin to be distributed from the Foundry, we’ll update some package names and class names. Stay tuned for more details in future posts.&lt;/p&gt;
&lt;p&gt;With strong foundations—and now strong scaffolding—ADBC is ready for its next stage of growth. To learn more or get involved, visit us at &lt;a class="reference external" href="https://github.com/adbc-drivers" target="_blank"&gt;github.com/adbc-drivers&lt;/a&gt; or email us at &lt;a class="reference external" href="mailto:hello&amp;#37;&amp;#52;&amp;#48;adbc-drivers&amp;#46;org" target="_blank"&gt;hello&lt;span&gt;&amp;#64;&lt;/span&gt;adbc-drivers&lt;span&gt;&amp;#46;&lt;/span&gt;org&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://adbc-drivers.org/blog/2025/10/29/announcing-adbc-driver-foundry/"/>
    <summary>ADBC (Arrow Database Connectivity) is at an inflection point. Launched in 2022 as a subproject of Apache Arrow, ADBC is a modern data connectivity standard built to accelerate and simplify data access for analytics applications. Leading companies including Databricks, dbt Labs, Microsoft, and Snowflake are building with ADBC.</summary>
    <published>2025-10-29T00:00:00+00:00</published>
  </entry>
</feed>
