package
0.0.0-20241104191918-94de1b1ef2b3
Repository: https://github.com/jenkins-infra/jenkins-usage-stats.git
Documentation: pkg.go.dev

# Functions

CreateTestContainer spins up a Postgres database container.
DBForTest spins up a postgres container, creates the test database on it, migrates it, and returns the db and a close function.
NewPgMigrator creates a migrator instance.

# Interfaces

Fataler interface has a single method Fatal, which takes a slice of arguments and is expected to panic.