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

https://github.com/primordialmoros/storage

A utility library to easily build and wrap HikariDataSources
https://github.com/primordialmoros/storage

hikaricp java jdbc

Last synced: 7 months ago
JSON representation

A utility library to easily build and wrap HikariDataSources

Awesome Lists containing this project

README

          

# Storage

[![License](https://img.shields.io/github/license/PrimordialMoros/storage?color=blue&style=flat-square)](LICENSE)
[![Maven Central](https://img.shields.io/maven-central/v/me.moros/storage?style=flat-square)](https://central.sonatype.com/artifact/me.moros/storage)
[![Javadoc](https://img.shields.io/badge/docs-javadocs-informational?style=flat-square)](https://javadoc.io/doc/me.moros/storage)

## Building

This project requires Java 21 or newer and uses Gradle (which comes with a wrapper, so you don't need to install it).

Open a terminal and run `./gradlew build`