Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support DuckDB Dialect #1944

Open
chanon opened this issue Jun 8, 2024 · 0 comments
Open

Support DuckDB Dialect #1944

chanon opened this issue Jun 8, 2024 · 0 comments
Assignees

Comments

@chanon
Copy link

chanon commented Jun 8, 2024

DuckDB is gaining a lot of popularity and version 1.0.0 was just released.

the project has attracted tens of thousands of stars and followers on GitHub and social media platforms. Download counts are in the millions each month

The SQL dialect I think is very similar to PostgreSQL and I have been able to use it in PostgreSQL mode initially, but the issue I'm running into which is intractable is parameterized queries use ? characters instead of $1, $2 ...

Not sure if there is another existing dialect that could work. (Tried MySQL, but more complex CTE / window function queries failed.)

Thank you so much for this awesome package!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants