Skip to content

vjrsz/CourseJDBC-JAVA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Course JDBC JAVA

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

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.

Built With

  • Java
  • Mysql

Key Features

  • CRUD of object in database
  • Exception handling

(back to top)

Getting Started

Prerequisites

  • Java
  • Mysql
  • Mysql Connector/J

Installation

  1. Clone the repo
    git clone https://github.com/vjrsz/CourseJDBC-JAVA.git

(back to top)

Contributing

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.

(back to top)

License

This project is licensed under the MIT License - see the LICENSE file for details.

(back to top)

Contact

Email

(back to top)

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages