You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple and lightweight MySQL database wrapper for Java made to simplify basic operations avoiding the boilerplate of handling SQL objects on your own.
3
+
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.
4
+
# Dependencies
5
+
- Java 11+
6
+
- HikariCP
7
+
- MySQL Connector & SLF4J (required by HikariCP)
8
+
- Lombok (Optional for avoiding boilerplate getters and constructors)
0 commit comments