A lightweight SQL engine implemented in Python that parses and executes a subset of SQL queries via the command line. It supports core SQL features like SELECT, WHERE, GROUP BY, ORDER BY, DISTINCT, ...
When I first started writing SQLGlot in early 2021, my goal was just to translate SQL queries from SparkSQL to Presto and vice versa. However, over the last year and a half, I've ended up with a ...