An open API service indexing awesome lists of open source software.

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.

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).