Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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")
```