Skip to content

Conversation

devslashwill
Copy link
Contributor

@devslashwill devslashwill commented Feb 12, 2020

Add support for configuring connections via UNIX domain socket (#170).

PostgresConfiguration(
    unixDomainSocketPath: "/tmp/.s.PGSQL.5432",
    username: "postgres",
    password: "postgres",
    database: "postgres"
)

@tanner0101 tanner0101 added enhancement New feature or request semver-minor Contains new APIs labels Feb 12, 2020
Copy link
Member

@tanner0101 tanner0101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 thanks for adding this.

@tanner0101 tanner0101 merged commit 1990fbf into vapor:master Feb 12, 2020
@tanner0101
Copy link
Member

These changes are now available in 2.0.0-beta.3.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request semver-minor Contains new APIs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants