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
- Host: GitHub
- URL: https://github.com/torres-developer/jvmdbhelper
- Owner: torres-developer
- License: gpl-3.0
- Created: 2023-05-30T01:52:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T20:50:42.000Z (about 3 years ago)
- Last Synced: 2025-03-16T08:44:49.761Z (about 1 year ago)
- Topics: database, jvm
- Language: Kotlin
- Homepage: https://jitpack.io/#torres-developer/jvmdbhelper
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# jvmdbhelper
[](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).