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, ...
SNQL to SQL Parser A simple and extensible SNQL (Simple Natural Query Language) to SQL parser built using Python. This project allows users to write human-readable queries in SNQL and convert them ...