Skip to content

πŸ—„οΈ A simple JDBC project demonstrating how Java connects with a database. Includes basic CRUD operations (Create, Read, Update, Delete).

Notifications You must be signed in to change notification settings

Amankumar0152/JDBC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ—„οΈ JDBC Project – Java Database Connectivity

This project demonstrates how Java connects to a database using JDBC (Java Database Connectivity).
It covers the basics of establishing a connection, executing queries, and performing CRUD operations.

✨ Features

  • Connect Java application to a database
  • Execute SQL queries (INSERT, SELECT, UPDATE, DELETE)
  • Handle exceptions and close connections safely
  • Simple and easy-to-understand code for beginners

πŸ› οΈ Tech Stack

  • Java (JDK 17 or higher)
  • JDBC
  • MySQL / PostgreSQL (any relational database)
  • SQL

πŸš€ How to Run

  1. Clone this repository
  2. Set up your database and update DB credentials in the code
  3. Compile and run the project:
    javac Main.java
    java Main

About

πŸ—„οΈ A simple JDBC project demonstrating how Java connects with a database. Includes basic CRUD operations (Create, Read, Update, Delete).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages