Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 588 Bytes

File metadata and controls

22 lines (16 loc) · 588 Bytes

JDBC CRUD Java Native Project

This project demonstrates basic CRUD (Create, Read, Update, Delete) operations using JDBC (Java Database Connectivity) in a Java application.

Requirements

  • Java Development Kit (JDK) 8 or higher
  • A relational database (e.g., MySQL, PostgreSQL)
  • JDBC driver for your database

Clone the repository:

git clone https://github.com/zied-snoussi/java_crud_mysql_jdbc.git
cd java_crud_mysql_jdbc

Usage

  • Create: Add new records.
  • Read: Retrieve records.
  • Update: Modify records.
  • Delete: Remove records.