Update to use pg/v10
This commit is contained in:
parent
94c75b1d2a
commit
1536d97d8d
13 changed files with 449 additions and 98 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
func testDbInit(t *testing.T) (DB, func()) {
|
||||
db, err := _init(Options{
|
||||
Name: "test_trantor",
|
||||
Addr: "/var/run/postgresql/.s.PGSQL.5433",
|
||||
Addr: "/var/run/postgresql/.s.PGSQL.5432",
|
||||
// TODO: can it be done with a local user?
|
||||
User: "trantor",
|
||||
Password: "trantor",
|
||||
|
|
Reference in a new issue