An open API service indexing awesome lists of open source software.

https://github.com/torres-developer/jvmdbhelper

An library to help you with DB things in general
https://github.com/torres-developer/jvmdbhelper

database jvm

Last synced: about 1 month ago
JSON representation

An library to help you with DB things in general

Awesome Lists containing this project

README

          

# jvmdbhelper

[![Release](https://jitpack.io/v/torres-developer/jvmdbhelper.svg)](https://jitpack.io/#torres-developer/jvmdbhelper)

An library to help you with DB things in general

# Where to get the library:

``` groovy
repositories {
mavenCentral()
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.jitpack:gradle-simple:1.0'
}
```

See other build files [here](https://jitpack.io/#torres-developer/jvmdbhelper).