Skip to content
View tadeuespindolapalermo's full-sized avatar
🧑‍💻
Programming!
🧑‍💻
Programming!

Organizations

@JDev-Treinamento

Block or report tadeuespindolapalermo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Hello! Welcome to my GitHub!

Easy JDBC Library

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'

Pinned Loading

  1. EasyJDBC EasyJDBC Public

    Library for easy persistence with JDBC!

    Java 3 2