This week we announced a new ADBC driver for Apache DataFusion.
DataFusion is Rust-native, but now you can use it from 10 other languages through the same zero-copy Arrow ADBC interface that connects to 30 other databases and query engines.
Learn more: docs.adbc-drivers.org/driver…
ALT DataFusion logo centered on a white background with radial lines connecting it to language logos for Python, JavaScript, TypeScript, Go, Java, C#, C , Rust, Ruby, R, and Kotlin.
📣 Introducing databow: one command-line tool to query them all, built with Rust and ADBC.
Query any SQL source that has an ADBC driver (30 and counting) right from your terminal with one simple CLI.
To install 👉 uv tool install databow
Link to announcement in the comments👇
ALT databow: a command-line tool for querying databases
This week, we released an ADBC driver for Quack, @duckdb’s new native client-server protocol.
Now you can query remote DuckDB servers using the same ADBC interface you already use for local DuckDB across 7 languages—no third-party server extensions required.
Details in blog 👇
This week we released version 0.3.0 of dbc, the package manager for modern database drivers.
This release makes dbc:
🧩 Easier to embed inside apps
🤖 Easier to run with AI agents
⚙️ Easier to set up in CI workflows
Read the announcement and install or upgrade 👇
AI coding tools speed up how we build data-driven apps. But legacy database access patterns slow us down.
Join us for a live hands-on workshop to learn how ADBC makes database access faster, more portable, and better suited to analytical and agentic work. Sign up at link below👇
JavaScript and TypeScript developers have been paying “the JSON tax” on every database query: parsing, coercing, and validating results.
Our latest post introduces the ADBC driver manager for @nodejs which keeps results typed in @ApacheArrow format end to end. Link in comments👇
ALT Illustration of a snail inside a pair of curly braces
We heard you: ADBC is great, but you need it on mainframes.
Introducing ADBC for COBOL. The same connectors that work with Python, Rust, and Go now work with a language originally designed for punch cards.
Blog post and repo in the comments.
ALT Screenshot of COBOL source code displayed on a simulated IBM 3279 mainframe terminal with green phosphor text on a black CRT screen, showing a demo of ADBC connecting to Snowflake
The fastest operation is the one you don’t have to do.
When a database natively supports @ApacheArrow, ADBC can speed up fetching and ingestion by eliminating costly row/column conversions.
How much faster is it in practice? We ran some benchmarks to find out. Link below 👇
ALT An abstract hyperspace warp image inspired by the comedic "going plaid" effect from the 1980s cult film "Spaceballs".
This week we shipped 4 updated ADBC drivers with major performance gains:
⏱️ 3× faster queries (BigQuery, MSSQL)
⚡ >30× faster ingest (MySQL, Trino)
How we achieved it, what’s next, and what vendors can do to unlock even more speed: columnar.tech/blog/adbc-driv…
This week we shipped the second release of dbc, the command-line tool for installing and managing ADBC drivers:
📦 More drivers (Oracle & Teradata)
🔐 Private registries
🛠️ Easier to embed in other tools
🧑💻 Better human UX
🤖 Better agent experience
Full details in comments 👇
ALT Terminal-style image showing the command `dbc install` typed in a command line box, with a colorful swirling list of database and data warehouse names in the background, illustrating that dbc can install ADBC drivers for many different systems.
Fetch query results without ODBC / JDBC bottlenecks. The new ADBC driver for @databricks is now in early release. Install it with dbc. Details in comments.