A library to help with accessing and managing JAVA-persistence-layer enabled relational databases.
This is a class, that gathers the necessary configuration information to run a database-connection. It tries to get this information from environment variables and, if those are not present, provides default values.
The environment variables are:
DB_DRIVER="mariadb" DB_SERVER="10.10.196.4" DB_PORT="3306" DB_NAME="test" DB_USER="test" DB_PASSWORD="test"
Open EntityManagerFactory and shutdownhook
Liquibase
This library also provides two two-way converters for LocalDateTime and ZonedDateTime to SQL and back.