A simple DBMS system built using Bash Shell Scripting, developed as part of the ITI (Information Technology Institute) training. It mimics basic database functionality such as creating databases, tables, inserting records, and querying data—all through command-line interface.
- Create and delete databases
- Create and drop tables
- Define table schema with data types
- Insert records into tables
- Select and display records
- Delete and update records
- Simulated constraints (like primary keys)
- Simple command-line menus
- Bash Shell Scripting
- Linux File System
- Command-line interface (CLI)
- Open a terminal.
- Clone or download this repository.
- Give execution permission to the main script:
chmod +x main.sh