sql-builder icon indicating copy to clipboard operation
sql-builder copied to clipboard

A dynamic SQL builder for Java language.

Results 2 sql-builder issues
Sort by recently updated
recently updated
newest added

Do a better job on documenting all public APIs using `javadoc`.

This merge request will add the ability to use this library with other frameworks, like Spring JDBC. It will also allow its use with PreparedStatements. Additional patches: Using try-with-resources on...