Table of Contents
This example project demonstrates using Java to interact with an SQL database. It includes insert, update, delete, and query operations on a database, as well as handling database-related exceptions. The project is intended for educational purposes and illustrates basic JDBC (Java Database Connectivity) programming concepts.
- CRUD of object in database
- Exception handling
- Java
- Mysql
- Mysql Connector/J
- Clone the repo
git clone https://github.com/vjrsz/CourseJDBC-JAVA.git
If you want to contribute to this project and add new features, fix bugs or improve the user experience, feel free to create a Pull Request. Your contribution is most welcome! Be sure to test your contribution and check locally before submitting.
This project is licensed under the MIT License - see the LICENSE file for details.