testdb

package
v0.0.0-...-3674750 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2024 License: MIT Imports: 5 Imported by: 0

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

func CreateOrReplace(parsed url.URL, suffix string, withTemplate bool) (string, error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL