dbmate/pkg/driver/postgres
Matthew Wraith 8175745cfe Postgres defaults to unix socket with no host #229
Closes #229

When there's no host given in a postgres connection url, use the unix
domain default socket. Previously, the default was a localhost TCP
connection. This default behavior is more in line with standard postgres
clients out there, like psql.
2021-08-04 15:22:21 -07:00
..
postgres.go Postgres defaults to unix socket with no host #229 2021-08-04 15:22:21 -07:00
postgres_test.go Postgres defaults to unix socket with no host #229 2021-08-04 15:22:21 -07:00