A Lightweight Java Database Helper Library
sql().input('SELECT * FROM table WHERE id=?', 1).query()
Compatible with Spring JdbcTemplate & Apache DBUtils
Support for XML Mappers, Annotations, and Direct SQL
Automatic JavaBean population from ResultSets
Built-in CRUD operations without writing SQL
Simple philosophy, easy to understand the whole package quickly
No magic behind the scenes, straightforward execution
Minimal object creation, efficient database operations
<dependency>
<groupId>com.ajaxjs</groupId>
<artifactId>sqlman</artifactId>
<version>1.2</version>
</dependency>