This Java application demonstrates basic CRUD operations (Create, Read, Update, Delete) using a MySQL database through JDBC (Java Database Connectivity). It provides a menu-driven interface for performing these operations on a MySQL database table.
- Create: ➕ Add new records to the database.
- Read: 📖 Retrieve and display existing records from the database.
- Update: 🔄 Modify existing records in the database.
- Delete: 🗑️ Remove records from the database.
Before running this program, make sure you have the following installed:
- Java Development Kit (JDK) ☕
- MySQL Database Server 🎯
- MySQL Connector/J (JDBC driver) 🚗 MySQL-Connector.jar
-
Clone the repository to your local machine.
git clone https://github.com/Tejaskt/JDBC-Menu-Driven-CRUD-MySQL.git
Get started with your database management effortlessly:
- 🚀 Launch the program.
- 📋 Explore the interactive menu for CRUD operations.
- 📖 Follow the intuitive on-screen prompts to interact with your data.
Remember, the program seamlessly connects to your MySQL database using JDBC. Before diving in, ensure you have your MySQL database configured, and don't forget to update the necessary database connection details in the code. 🛠️