Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakshmikosre/jdbc-project
Java Database Connectivity
https://github.com/lakshmikosre/jdbc-project
Last synced: 5 days ago
JSON representation
Java Database Connectivity
- Host: GitHub
- URL: https://github.com/lakshmikosre/jdbc-project
- Owner: lakshmikosre
- Created: 2024-10-05T16:04:13.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-24T03:39:22.000Z (23 days ago)
- Last Synced: 2024-10-24T20:48:42.526Z (22 days ago)
- Language: Java
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JDBC-CRUDE Operation
## Java Database ConnectivityJava Database Connectivity (JDBC) serves as a bridge between Java applications and relational databases. In this guide, we’ll walk through creating a Java project that connects to a database, performs CRUD (Create, Read, Update, Delete) operations, and demonstrates the fundamentals of JDBC.