SQLBuilder is a Java library which aims to be a better PreparedStatement. It was developed internally at MetricStream and is in active use and maintained by MetricStream. We use lots of wonderful open source code in our projects and open sourcing this library is an attempt to give a tiny bit back to the community. Hopefully someone will find it useful. Feedback of any kind is definitely appreciated!
The MavenCentral coordinates are com.metricstream.jdbc:sqlbuilder-core:2.1.1 for production usage and com.metricstream.jdbc:sqlbuilder-mock:2.1.1 for unit testing.
Read the documentation for details on why and how to use SQLBuilder and the changes between releases.