SqlMan is a lightweight wrapper over JDBC. It is NOT an ORM but follows an SQL-first approach. It allows you to use pure SQL with IF/forEach and pass Map parameters for queries or executions. The results you receive are either 'isOk' indicators and 'Map' or Java Bean object(s). SqlMan has minimal dependencies, compact and elegant code, and a unified API that is simple and easy to use.
Web Site | Tutorials | Java Documents | Ask DeepWiki
Runs on Java8+. Maven:
<dependency>
<groupId>com.ajaxjs</groupId>
<artifactId>sqlman</artifactId>
<version>1.8</version>
</dependency>