🚀 Built a Mini SQL Query Engine in Java (from scratch) To truly understand how SQL works internally/in backend , I built a lightweight SQL-like engine using Java with Excel (.xlsx) as persistent storage. 🔹 Implemented core queries: INSERT, SELECT, SELECT with WHERE, and DELETE 🔹 Designed a basic query parser using string tokenization & substring logic 🔹 Simulated table scanning and conditional filtering similar to real database engines 🔹 Used Apache POI to handle file-based storage This project helped me deeply understand how SQL queries are parsed and executed behind the scenes, rather than just using them at a surface level. Always fun to learn systems by building them 🚀 #Java #SQL #BackendDevelopment #LearningByBuilding #ApachePOI #Databases #ComputerScience

To view or add a comment, sign in

Explore content categories