vapor / fluent-postgres-driver

🐘 PostgreSQL driver for Fluent.
MIT License
149 stars 53 forks source link

Add support for configuring using Unix Socket Path #167

Closed ecamacho closed 4 years ago

ecamacho commented 4 years ago

Unix domain socket support was added to Postgres-kit in this PR but never made it to the Fluent Driver.

I need it because is the only way to use Cloud SQL from Google Cloud Run.

siemensikkema commented 4 years ago

As discussed on Discord, the functionality in this PR can be achieved by calling the method that takes a PostgresConfiguration and is therefore not essential. Closing.

@ecamacho Are you still up for fixing the missing forwarded parameters we discussed?

ecamacho commented 4 years ago

@siemensikkema thanks for closing it. Yes, I'll open another PR with that fix.