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 resource optimizations provided by HikariCP.
- Java 11+
- HikariCP
- MySQL Connector & SLF4J (required by HikariCP)
- Lombok (Optional for avoiding boilerplate getters and constructors)
If you encounter with some bugs or problems while using this lib, feel free to open an Issue describing your problem.
You may fork this project and open a pull request for improvements, addons, and any stuff that helps this project to grow and be more efficient.
© 2025 Santiago Escobares
mysql-wrapper is under MIT license. See LICENSE