Contributors Forks Stargazers Issues MIT License LinkedIn


Design Pattern DAO - JAVA

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. 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
  • Design Pattern
  • Repositories with JPA

(back to top)

Getting Started

Prerequisites

  • Java
  • Mysql
  • Mysql Connector/J
  • Hibernate - JPA Provider

Installation

  1. Clone the repo
    git clone https://github.com/vjrsz/DesignPatternDAO-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)