A lightweight and type-safe JDBC wrapper for Java 21+
Simplify your database interactions with a clean, fluent API — no more boilerplate JDBC code.
- Lightweight — Minimal dependencies, focused on simplicity
- Fluent & Type-safe API for queries and updates
- Automatic connection management (Connection Pool)
- Designed for Java 21+
Add the following dependency to your pom.xml:
<dependency>
<groupId>de.juniorjacki.utils</groupId>
<artifactId>sql</artifactId>
<version>1.0.0</version>
</dependency>