Skip to content

JuniorJacki/SQLWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLWrapper

A lightweight and type-safe JDBC wrapper for Java 21+

Simplify your database interactions with a clean, fluent API — no more boilerplate JDBC code.

Java Maven License


✨ Features

  • Lightweight — Minimal dependencies, focused on simplicity
  • Fluent & Type-safe API for queries and updates
  • Automatic connection management (Connection Pool)
  • Designed for Java 21+

📦 Installation

Maven

Add the following dependency to your pom.xml:

<dependency>
    <groupId>de.juniorjacki.utils</groupId>
    <artifactId>sql</artifactId>
    <version>1.0.0</version> 
</dependency>

About

A lightweight JDBC wrapper for Java 21+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages