/Mini-SQL-Engine

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, and simple joins on CSV-based datasets, providing an educational insight into how SQL engines work internally.

Primary LanguagePython

This repository is not active