Friday 28 June 2013

Fluent SQL - a minimalistic SQL builder for Java

Github user ivanceras has published a new SQL API library for Java called Fluent SQL. A minimalistic Fluent SQL API for Java built with one compilation unit aimed to resemble the code to your original SQL code.

https://github.com/ivanceras/fluent-sql/
Fluent SQL
Fluent SQL | GitHub.com

1 comment:

  1. Obviously, the need for fluent SQL in Java is big as new SQL builders are created still today. I wish you good luck with your initiative!

    How would you describe your tool compared to the leading SQL builder in Java: jOOQ (http://www.jooq.org)?

    ReplyDelete