https://github.com/wolfeidau/duckdb-adbc-go
This is an runnable example project of using DuckDB, with ADBC and Go.
https://github.com/wolfeidau/duckdb-adbc-go
adbc duckdb golang
Last synced: about 1 year ago
JSON representation
This is an runnable example project of using DuckDB, with ADBC and Go.
- Host: GitHub
- URL: https://github.com/wolfeidau/duckdb-adbc-go
- Owner: wolfeidau
- License: apache-2.0
- Created: 2024-02-11T00:05:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T00:06:11.000Z (over 2 years ago)
- Last Synced: 2025-03-24T17:52:38.633Z (about 1 year ago)
- Topics: adbc, duckdb, golang
- Language: Go
- Homepage: https://github.com/wolfeidau/duckdb-adbc-go
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# duckdb-adbc-go
This is an runnable example project of using [DuckDB](https://duckdb.org/), with [ADBC](https://arrow.apache.org/docs/format/ADBC.html) and [Go](https://go.dev/).
# Running
Before running this sample application download and extract https://duckdb.org/data/iceberg_data.zip to a folder named `data` in the base directory of this project.
# License
This application is released under Apache 2.0 license and is copyright [Mark Wolfe](https://www.wolfe.id.au/?utm_source=duckdb-adbc-go).