Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PristineDBName is a clean copy of test DB with migrations. PristineDBName = "chainlink_test_pristine" // TestDBNamePrefix is a common prefix that will be auto-removed by the dangling DB cleanup process. TestDBNamePrefix = "chainlink_test_" )
Variables ¶
This section is empty.
Functions ¶
func CreateOrReplace ¶
CreateOrReplace creates a database named with a common prefix and the given suffix, and returns the URL. If the database already exists, it will be dropped and re-created. If withTemplate is true, the pristine DB will be used as a template.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.