You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project looks really cool! You might already be familiar with them, but there are a couple of projects doing some similar things (although not duckdb specific) in python and rust. Those could be useful to look at as you're building out this library.
sqlglot - Can parse a query to an AST and construct a query from an AST sqlparser-rs / sqlgen-rs - Similar idea for rust, but two different packages.
The text was updated successfully, but these errors were encountered:
This project looks really cool! You might already be familiar with them, but there are a couple of projects doing some similar things (although not duckdb specific) in python and rust. Those could be useful to look at as you're building out this library.
sqlglot - Can parse a query to an AST and construct a query from an AST
sqlparser-rs / sqlgen-rs - Similar idea for rust, but two different packages.
The text was updated successfully, but these errors were encountered: