Use pgx while indexing test data
This commit is contained in:
parent
778bf82dfd
commit
76aaa93c50
@ -106,6 +106,6 @@ func getTestDBConfig() postgres.Config {
|
|||||||
Username: os.Getenv("DATABASE_USER"),
|
Username: os.Getenv("DATABASE_USER"),
|
||||||
Password: os.Getenv("DATABASE_PASSWORD"),
|
Password: os.Getenv("DATABASE_PASSWORD"),
|
||||||
Port: port,
|
Port: port,
|
||||||
Driver: postgres.SQLX,
|
Driver: postgres.PGX,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user