This is a SQL query compiler written in Rust mainly for learning and blogging purposes.
There is no SQL parser yet and its overall functionality is very limited, although the logical optimizer is getting real.
JsonSerializer
utility can be used to dump the query plan in JSON format that can be
rendered with any of the utilities in tools
folder, using different graph rendering
libraries.