Package br.com.pethub.jdbc
package br.com.pethub.jdbc
This package contains the JDBC connection classes for the PetHub application.
The JDBC classes are responsible for managing the database connection. They provide methods to establish and close the connection to the database. The ConnectionFactory class is the main class in this package.
- Since:
- 1.0
- Version:
- 1.1
- Author:
- Daniel Fernandes
-
ClassesClassDescriptionThis class is responsible for creating and managing the database connection.This class is responsible for managing the Flyway database migration.This class is used to test the database connection.