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

Improvement: No database connection required

Open antonionoca opened this issue 7 years ago • 1 comments

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 SQL statements.

antonionoca avatar Apr 26 '18 11:04 antonionoca

@antonionoca @jonathanhds In this if I create a query with parameters then there is no way to get those parameters list and I can only get the query string.

rajat-g avatar May 28 '21 15:05 rajat-g