This Java application is a lightweight simulation of a MySQL database system. It provides a simple command-line interface to execute basic database operations similar to MySQL commands, including:
- SELECT: Retrieve data from the database.
- INSERT: Add new records to the database.
- DELETE: Remove records from the database.
- UPDATE: Modify existing records in the database.
- TRANSACTION: Perform atomic and consistent operations on the database.
- Java Development Kit (JDK) 8 or higher
- Compile the application: