is not current version
Last Version 1.8.6 →
org.codejargon:fluentjdbc 0.9
FluentJdbc provides a fluent API for executing SQL queries. It is best suited for projects that
require fine control over SQL queries and operations in a convenient, declarative way.
It wraps JDBC, providing additional features like: support for custom parameter types (like java.time),
named query parameters, automatic ResultSet to POJO mapping, etc. It also avoids inconveniences with
JDBC API, like: checked exceptions, explicit resource management / leaks, clutter.
FluentJdbc is light-weight, has no 3rd party dependencies.
GroupId |
GroupIdorg.codejargon |
ArtifactId |
ArtifactIdfluentjdbc |
Version |
Version0.9 |
Type |
Typejar |