seancorfield / next-jdbc

A modern low-level Clojure wrapper for JDBC-based access to databases.
https://cljdoc.org/d/com.github.seancorfield/next.jdbc/
Eclipse Public License 1.0
760 stars 90 forks source link

c3p0/HikariCP do not support serverTimezone so there is no way to pass this through #138

Closed seancorfield closed 4 years ago

seancorfield commented 4 years ago

Need to expose next.jdbc's JDBC URL string builder I think, in such a way that you can construct the string in one call and pass :jdbcUrl and any pool parameters into the connection pooling library. Affects ->pool and component.