Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 623 Bytes

File metadata and controls

19 lines (11 loc) · 623 Bytes

Java MySQL Database Simulator

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.

Requirements

  • Java Development Kit (JDK) 8 or higher

Running the Application

  1. Compile the application: