Any planning to supported duckdb? #2515
Answered bykyleconroy
LittleKey asked this question in Feature Requests & Ideas
-
Should sqlc add supported of duckdb ? That's awesome embedded RDBMS may instead of sqlite3 in OLAP scene. The most stars go-driver for duckdb go-duckdb |
BetaWas this translation helpful?Give feedback.
Answered by kyleconroy Jul 25, 2023
Replies: 1 comment 2 replies
-
We're big fans of duckdb, but don't have any current plans to integrate it into sqlc. The go-duckdb package you linked is helpful, but we need access to the internals to power parsing SQL and resolving types and references. Since DuckDB is open source, it's possible, but will be a significant amount of work. |
BetaWas this translation helpful?Give feedback.
2 replies
Answer selected byLittleKey
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
We're big fans of duckdb, but don't have any current plans to integrate it into sqlc.
The go-duckdb package you linked is helpful, but we need access to the internals to power parsing SQL and resolving types and references. Since DuckDB is open source, it's possible, but will be a significant amount of work.