Feature Request: Merge duckdb-engine into this repo #94
chitralverma
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Now that the DuckDB Python bindings have their own dedicated repository under the official DuckDB organization, it would make sense for related projects in the Python ecosystem to be consolidated for consistency, visibility, and easier maintenance.
Currently, the duckdb-engine repository (SQLAlchemy integration for DuckDB) is hosted separately. While functional, this separation can cause:
By moving duckdb-engine into the DuckDB org, the community gains a clear signal that SQLAlchemy integration is a first-class, officially supported component.
Proposed Solution
duckdb-engine
repository into this repository or at least under the duckdb org.This also aligns releases, CI/CD, and documentation with the core DuckDB Python bindings repo for consistency.
And this is very similar to how adbc driver is maintained in this repo.
Beta Was this translation helpful? Give feedback.
All reactions