https://github.com/columnar-tech/adbc-quickstarts
Simple examples showing how to use ADBC with various databases, query engines, and data platforms
https://github.com/columnar-tech/adbc-quickstarts
apache-arrow apache-arrow-adbc
Last synced: 13 days ago
JSON representation
Simple examples showing how to use ADBC with various databases, query engines, and data platforms
- Host: GitHub
- URL: https://github.com/columnar-tech/adbc-quickstarts
- Owner: columnar-tech
- License: apache-2.0
- Created: 2025-09-25T20:54:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-23T21:13:36.000Z (18 days ago)
- Last Synced: 2026-01-27T02:54:32.968Z (15 days ago)
- Topics: apache-arrow, apache-arrow-adbc
- Language: C++
- Homepage:
- Size: 431 KB
- Stars: 35
- Watchers: 1
- Forks: 4
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ADBC Quickstarts
Simple examples showing how to use ADBC to connect, run a query, and return the results.
| These examples use [dbc](https://github.com/columnar-tech/dbc) to install the drivers. |
| ----------------------------------------------------------------------------------|
## Client languages covered
- C++
- Go
- Java
- Python
- R
- Rust
## Source systems covered
- Google BigQuery
- Databricks
- DuckDB-compatible systems
- DuckDB
- MotherDuck
- Apache Arrow Flight SQL-compatible systems
- Dremio
- GizmoSQL
- InfluxDB
- StarRocks
- Microsoft SQL Server
- MySQL-compatible systems
- MariaDB
- MySQL
- TiDB
- Vitess
- PostgreSQL-compatible systems
- CedarDB
- Citus
- CockroachDB
- CrateDB
- Neon
- ParadeDB
- PostgreSQL
- TimescaleDB
- Yellowbrick
- YugabyteDB
- Amazon Redshift
- Snowflake
- SQLite
- Trino