Skip to content

Commit 5454b02

Browse files
committed
Updating README.md with new DuckDB driver information
1 parent 408f111 commit 5454b02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ additional aliases, and the related Go driver:
133133
| Cznic QL | `ql` | `cznic`, `cznicql` | [modernc.org/ql][d-ql] |
134134
| Databend | `databend` | `dd`, `bend` | [github.com/datafuselabs/databend-go][d-databend] |
135135
| Databricks | `databricks` | `br`, `brick`, `bricks`, `databrick` | [github.com/databricks/databricks-sql-go][d-databricks] |
136-
| DuckDB | `duckdb` | `dk`, `ddb`, `duck`, `file` | [github.com/marcboeker/go-duckdb/v2][d-duckdb] <sup>[][f-cgo]</sup> |
136+
| DuckDB | `duckdb` | `dk`, `ddb`, `duck`, `file` | [github.com/duckdb/duckdb-go/v2][d-duckdb] <sup>[][f-cgo]</sup> |
137137
| DynamoDb | `dynamodb` | `dy`, `dyn`, `dynamo`, `dynamodb` | [github.com/btnguyen2k/godynamo][d-dynamodb] |
138138
| Exasol | `exasol` | `ex`, `exa` | [github.com/exasol/exasol-driver-go][d-exasol] |
139139
| Firebird | `firebird` | `fb`, `firebirdsql` | [github.com/nakagami/firebirdsql][d-firebird] |
@@ -179,7 +179,7 @@ additional aliases, and the related Go driver:
179179
[d-csvq]: https://github.com/mithrandie/csvq-driver
180180
[d-databend]: https://github.com/datafuselabs/databend-go
181181
[d-databricks]: https://github.com/databricks/databricks-sql-go
182-
[d-duckdb]: https://github.com/marcboeker/go-duckdb
182+
[d-duckdb]: https://github.com/duckdb/duckdb-go
183183
[d-dynamodb]: https://github.com/btnguyen2k/godynamo
184184
[d-exasol]: https://github.com/exasol/exasol-driver-go
185185
[d-firebird]: https://github.com/nakagami/firebirdsql
@@ -188,7 +188,7 @@ additional aliases, and the related Go driver:
188188
[d-h2]: https://github.com/jmrobles/h2go
189189
[d-hive]: https://github.com/sql-machine-learning/gohive
190190
[d-ignite]: https://github.com/amsokol/ignite-go-client
191-
[d-impala]: https://github.com/sclgo/impala-go
191+
[d-impala]: https://github.com/bippio/go-impala
192192
[d-maxcompute]: https://github.com/sql-machine-learning/gomaxcompute
193193
[d-moderncsqlite]: https://gitlab.com/cznic/sqlite
194194
[d-mymysql]: https://github.com/ziutek/mymysql

0 commit comments

Comments
 (0)