java-sql-generator
java-sql-generator copied to clipboard
A framework to generate syntactically correct SQL statements in a typesafe, easy, and uniform way (without StringBuilders).
Make the strings produced by java-sql-generator take into account the possiblity for SQL injection.
I have been thinking for some time about generating EDSLs from BNF. Do you have any thoughts on this? br, Matt
Currently the tests of Java-SQL-Generator mainly create some SQL statement and output it to log. Any exception raised during the test will fail it, however, the actual generated contents are...
Currently there are no arithmetic expressions. Implement the API and implementation for these.
Currently SQLVendor provides read-only API for its services. It should be possible to customize it more by adding custom factories and processors.