🦖 A SQL-on-everything Query Engine you can execute over multiple databases and file formats. Query your data, where it lives.
-
Updated
Sep 5, 2025 - Python
🦖 A SQL-on-everything Query Engine you can execute over multiple databases and file formats. Query your data, where it lives.
Mini Sql Engine
A mini SQL engine capable of performing very basic functionalities of SQL
A Toy Sql Engine which will run a subset of SQL queries using command line interface. DB Assignment.
Distributed execution of SQL queries over Trino
Basic sql engine which supports simple queries of the type: SELECT <attributes> FROM <tables> WHERE <condition>;
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.
A Mini SQL Engine supporting a small subset of SQL queries coded from scratch in Python.
Developed an SQL engine that will run a subset of SQL queries using command-line interface
A mini sql engine which will run a subset of SQL queries using command line interface
Add a description, image, and links to the sql-engine topic page so that developers can more easily learn about it.
To associate your repository with the sql-engine topic, visit your repo's landing page and select "manage topics."