This project presents a Bash script-based database management system (DBMS) designed for command-line interaction. It offers essential functionalities such as creating, listing, connecting to, and dropping databases, along with table-specific operations like table creation, listing, dropping, data insertion, selection, deletion, and updating. Its simplicity and ease of use make it an excellent showcase of Bash scripting skills and understanding of database management concepts