aqueduct icon indicating copy to clipboard operation
aqueduct copied to clipboard

Add Unix socket support to PostgreSQLPersistentStore

Open craiglabenz opened this issue 4 years ago • 1 comments

Google's serverless Cloud Run framework is a great option for deploying Aqueduct applications, but it requires Unix sockets when connecting to Cloud SQL.

Luckily, as of version 2.2.0, Postgres supports Unix sockets.

So to close the loop on all of this, it would be great if Aqueduct's PostgreSQLPersistentStore constructors exposed this new isUnixSocket behavior.

craiglabenz avatar Sep 29 '20 16:09 craiglabenz

I would need this as well, hopefully this gets implemented soon.

vixez avatar Dec 15 '20 16:12 vixez