Shell Database — a simple command‑line database system built using Bash scripting!
With this project you can:
? Create and delete databases
? Create, list, and drop tables
? Define table structure with column names and types
? Perform full CRUD operations — insert, select, update, and delete records
? Navigate everything through a clean menu‑driven CLI interface
All storage is handled using basic Bash and file system operations — no external database engines required.