-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Zsolt Herpai edited this page Jan 17, 2015
·
15 revisions
Welcome to the fluent-jdbc wiki!
####About FluentJdbc####
FluentJdbc provides a fluent API for executing JDBC SQL queries in Java 8. The main focus is on querying convenience and easy integration with most connection pooling and transaction managing solutions.
FluentJdbc is lightweight and has no external dependencies.
#####Main advantages over plain JDBC#####
- a flexible, functional API making the most common JDBC operations trivial one-liners
- implicit resource management, avoiding leaks of Connections, PreparedStatements, ResultSets
- out of the box support for java.time, Extension API for more custom types
- automatic mapping of results to java beans
- named query parameters