Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Show HN: Connect DuckDB to any database that has an ADBC driver

A DuckDB community extension lets users query Snowflake, Databricks, BigQuery, PostgreSQL, MySQL, and other systems via ADBC drivers. It supports read_adbc and ATTACH for running SQL statements as if the database were local. The open-source project is planned for contribution to the Arrow project.

Background

- DuckDB is an in-process, columnar OLAP database that's popular among data engineers and analysts for fast analytical queries on large datasets; it runs embedded in a host application (like SQLite does) and supports extensions.

Related stories