Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.45 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.45 KB

📊 JDBC CRUD Operations with MySQL in Java

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.

🚀 Features

  • 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.

🛠️ Prerequisites

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

📋 Setup

  1. Clone the repository to your local machine.

    git clone https://github.com/Tejaskt/JDBC-Menu-Driven-CRUD-MySQL.git
    

💡 Usage

Get started with your database management effortlessly:

  1. 🚀 Launch the program.
  2. 📋 Explore the interactive menu for CRUD operations.
  3. 📖 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. 🛠️