querulous
querulous copied to clipboard
Modifying DataSource or Connection
Is there a possibility to access javax.sql.DataSource or java.sql.Connection directly? What to do if need to set some of its parameters?
we need to expose connection string parameters in querulous. right now you'd have to change it in the source code and rebuild the library :(
1.2.0 allows you to pass in arbitrary url parameters as a Map[String, String]