Skip to content

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.

License

Notifications You must be signed in to change notification settings

Tejaskt/JDBC-Menu-Driven-CRUD-MySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

📊 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. 🛠️

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages