Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit d87a366

Browse files
authored
Announce project move to duckdb/duckdb-go (#564)
* Announce project move to duckdb/duckdb-go * Mention that licensed is unchanged * Add deprecation notice
1 parent 544db2a commit d87a366

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
> [!IMPORTANT]
2+
> **This project has moved to [github.com/duckdb/duckdb-go](https://github.com/duckdb/duckdb-go) starting with `v2.5.0`.**
3+
>
4+
> **To migrate:** Update your import paths from `github.com/marcboeker/go-duckdb` to `github.com/duckdb/duckdb-go`.
5+
> **[Full migration guide](https://github.com/duckdb/duckdb-go/blob/main/README.md#migration-from-marcboekergo-duckdb)**
6+
7+
Over the last few years, the Go client has become a [primary DuckDB client](https://duckdb.org/docs/stable/clients/overview).
8+
We'd like to thank [Marc Boeker](https://github.com/marcboeker) for all his work on creating this driver and implementing the various interfaces of the `database/sql` package!
9+
We'd also like to thank all the other external contributors for their various PRs and other contributions.
10+
11+
With the driver being a primary DuckDB client, over the last years, the DuckDB team has gradually increased its involvement in the maintenance of the driver,
12+
to guarantee that it is constantly updated and that critical bugs (e.g., crashes) are fixed.
13+
Now we have a Long-Term Support release, so starting from early next year, we will have two releases in parallel (v1.4 LTS and v1.5).
14+
Additionally, more DuckDB customers use and rely on the Go client, which necessitates prioritization of certain features from us.
15+
16+
These points all add to the maintenance work, which the DuckDB team is happy to perform!
17+
However, the motivation behind this fork, which is a joint effort of Marc Boeker and the DuckDB team,
18+
is to fully transfer the maintenance and day-to-day work of the driver to the DuckDB team.
19+
That being said, the DuckDB Go client has become what it is also due to its many contributions from the community,
20+
and we are looking forward to your future PRs, issues, and discussions!
21+
22+
The license is unchanged: the migrated repository keeps the original MIT license, which is the same for core DuckDB and other primary clients.
23+
24+
---
25+
126
# Go SQL Driver For [DuckDB](https://github.com/duckdb/duckdb)
227
![Tests status](https://github.com/marcboeker/go-duckdb/actions/workflows/tests.yaml/badge.svg)
328
[![GoDoc](https://godoc.org/github.com/marcboeker/go-duckdb/v2?status.svg)](https://pkg.go.dev/github.com/marcboeker/go-duckdb/v2)

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Deprecated: This module has moved to github.com/duckdb/duckdb-go.
2+
// See https://github.com/duckdb/duckdb-go for migration instructions.
13
module github.com/marcboeker/go-duckdb/v2
24

35
go 1.24

0 commit comments

Comments
 (0)