Duckdb Adbc

Query external databases from DuckDB using the ADBC (Arrow Database Connectivity) community extension. Use when the user wants to run SQL against any database with an ADBC driver (BigQuery, ClickHouse, Databricks, PostgreSQL, MySQL, Redshift, SingleStore, Snowflake, SQL Server, SQLite, Trino, etc.) from within DuckDB, attach an external database as a DuckDB catalog, read remote data with `read_adbc`, execute arbitrary remote DDL/DML with `adbc_execute`, or manage ADBC connection profiles/drivers via `dbc`.

columnar-tech baff440 6.7 KB Updated

File contents

columnar-tech/skills/tree/main/skills/duckdb-adbc commit baff4402de

Frequently asked questions

npx skillmds@latest add columnar-tech/duckdb-adbc