Documentation ¶
Index ¶
Constants ¶
View Source
const ( TestDBName = "vulcanito_test" TestDBUser = "vulcanito_test" TestDBPassword = "vulcanito_test" DBdialect = "postgres" )
Variables ¶
View Source
var (
TestDBconnString = fmt.Sprintf("user=%s password=%s sslmode=disable dbname=%s", TestDBUser, TestDBPassword, TestDBName)
)
Functions ¶
func PrepareDatabaseLocal ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.