-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Santiago Escobares edited this page Apr 5, 2025
·
3 revisions
Simple and lightweight MySQL database wrapper for Java made to simplify basic operations avoiding the boilerplate of handling SQL objects on your own.
This library will allow you to create, connect, and perform a variety of SQL statements following an object-building style while taking advantage of the big resources optimization provided by HikariCP.
- Java 11+
- HikariCP
- MySQL Connector & SLF4J (required by HikariCP)
- Lombok (Optional for avoiding boilerplate getters and constructors)