Documentation ¶
Index ¶
Constants ¶
View Source
const ( UsernameTestDB = "postgres" PasswordTestDB = "1234" HostTestDB = "localhost" PortTestDB = "5436" DBnameTestDB = "postgres_test" SslmodeTestDB = "disable" UpTestDBFile = "migrations/000001_init.up.sql" DownTestDBFile = "migrations/000001_init.down.sql" TestDataDBFile = "test_scripts/test_data_insert.sql" )
Variables ¶
This section is empty.
Functions ¶
func OpenTestDatabase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.