Ken Kania

Results 4 issues of Ken Kania

### Description We are using the reactive drivers but in a blocking fashion, ie `pgPool.query("SELECT * FROM mytable").executeAndAwait()`. IIUC, this should be very performant when using virtual threads (since only...

kind/enhancement
area/reactive-sql-clients

Port `skip-failed-instance-config` from v1 to v2. If set, this will ignore connection errors instead of exiting on startup. See more use case details in associated issue. fixes https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/2451

### Feature Description We run various services (e.g. pgadmin) that use cloud sql proxy as a sidecar to enable IAM-based auth. We have ~100 cloud sql instances, and each of...

type: feature request

Wrench only supports GOOGLESQL dialect today. It fails during schema migration table creation because postgres doesn't support that syntax. It's also possible that use of memefish may cause issues (e.g....

enhancement