https://github.com/pratyushnishchal/jdbc
https://github.com/pratyushnishchal/jdbc
java jdbc mysql
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pratyushnishchal/jdbc
- Owner: pratyushnishchal
- Created: 2024-07-25T15:26:51.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T15:45:05.000Z (12 months ago)
- Last Synced: 2025-01-10T22:49:13.892Z (6 months ago)
- Topics: java, jdbc, mysql
- Language: Java
- Homepage:
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JDBC
JDBC (Java Database Connectivity) is an API that enables Java applications to interact with databases. Here’s a brief overview of how to use JDBC to connect to a database and perform basic operations:
Steps to Use JDBC
1. Load and Register the JDBC Driver
2. Establish a Connection
3. Create a Statement
4. Execute a Query
5. Close the Resources