marcboeker/go-duckdb
go-duckdb provides a database/sql driver for the DuckDB database engine. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 47
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2667
- days_rel: n/a
- days_push: 322
- n_releases_24m: 0
Adoption not part of the score
1071 stars · 182 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
go-duckdb is a Go database/sql driver for the DuckDB embedded analytical database engine. It allows Go applications to query DuckDB using the standard database/sql interface, and has now migrated to the DuckDB organization as duckdb-go.
Use cases
- run analytical SQL queries from Go against DuckDB
- embed an OLAP database in a Go application
- query Parquet and CSV files with SQL from Go
- replace SQLite with a columnar analytics engine in Go apps
- build data pipelines that process local datasets in Go
When to choose
- you need DuckDB access from Go via the standard database/sql API
- you want embedded, in-process analytical queries without running a server
- you need to query Parquet/CSV/JSON files directly with SQL
When to avoid
- you need a client-server database like PostgreSQL or MySQL
- you use FreeBSD and require pre-built binaries
- you need a pure-Go driver without CGO
Facets
library · maturity active
database-driver database databases developer-tools go windows duckdb database-sql analytics embedded-database sql data-engineering linux macos
1 source
- readme: https://github.com/marcboeker/go-duckdb · fetched 2026-08-28 · 612abacb583c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| marcboeker/go-duckdb | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="marcboeker/go-duckdb")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem