Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rchomczyk/juliet
An elegant library with full test coverage, made in mind to simplify pooling of database connections, mostly for performance aspects.
https://github.com/rchomczyk/juliet
Last synced: 17 days ago
JSON representation
An elegant library with full test coverage, made in mind to simplify pooling of database connections, mostly for performance aspects.
- Host: GitHub
- URL: https://github.com/rchomczyk/juliet
- Owner: rchomczyk
- License: apache-2.0
- Created: 2023-08-07T20:35:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-20T20:19:26.000Z (about 1 month ago)
- Last Synced: 2024-12-08T14:39:06.771Z (20 days ago)
- Language: Java
- Homepage:
- Size: 98.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# juliet
An elegant library with full test coverage, made in mind to simplify pooling of database connections, mostly for performance aspects.### Get started
##### Add repository
```kotlin
maven("https://repo.shiza.dev/releases")
```##### Add dependency
```kotlin
implementation("dev.shiza:juliet:1.0.0")
```