A playground for experiments with CloudSQL and other ideas.
This project provides CloudSQL JDBC support based on two popular connection pools: HikariCP and Tomcat JDBC.
It targets two use cases:
- connections using CloudSQL's secure socket factories.
- connections to a local CloudSQL proxy on a secure host.
In both cases security is managed by the CloudSQL utilities, and the JDBC connections themselves have SSL disabled.
The connection pools work with both MYSQL and POSTGRESQL.