Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 625 Bytes

File metadata and controls

20 lines (12 loc) · 625 Bytes

A playground for experiments with CloudSQL and other ideas.

Subprojects

JDBC

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.