Hacker News new | ask | show | jobs
by thenaturalist 424 days ago
Possibly look at https://duckdb.org/community_extensions/extensions/parser_to...

Even if not for DuckDB, you can use this to validate/ parse queries possibly.

1 comments

Thanks for the suggestion! I am using https://github.com/tobymao/sqlglot, which magically supports most SQL dialects. And yes, support for DuckDB is also in future plans