duckdblabs/relational

Prior Art/Inspiration

Opened this issue · 0 comments

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.