Easy JDBC is a library built to facilitate the use of JDBC for data persistence in Java projects.
GitHub Pages: https://tadeuespindolapalermo.github.io/EasyJDBC/
Latest version of the library: 1.8-beta
How to incorporate into your project?
Incorporate using Maven:
<dependency> <groupId>com.github.tadeuespindolapalermo.easyjdbc</groupId> <artifactId>easy-jdbc</artifactId> <version>1.8-beta</version> </dependency>
Incorporate using Gradle:
implementation 'com.github.tadeuespindolapalermo.easyjdbc:easy-jdbc:1.8-beta'