Database, visualization and big data news. Blog about MySQL, PostgreSQL, Oracle, SQL Server and other DBMS.
Pages
▼
Pages
▼
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.
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!
ReplyDeleteHow would you describe your tool compared to the leading SQL builder in Java: jOOQ (http://www.jooq.org)?