reset

package
v1.61.0 Latest Latest
Warning

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

Go to latest
Published: May 16, 2023 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SET_POSTGRES_ROLE = "SET ROLE postgres;"
	LIST_SCHEMAS      = "SELECT schema_name FROM information_schema.schemata WHERE NOT schema_name LIKE ANY($1) ORDER BY schema_name"
)

Variables

This section is empty.

Functions

func DisconnectClients added in v1.4.7

func DisconnectClients(ctx context.Context, conn *pgx.Conn) error

func InitialiseDatabase added in v1.7.5

func InitialiseDatabase(ctx context.Context, conn *pgx.Conn, fsys afero.Fs) error

func ListSchemas added in v1.61.0

func ListSchemas(ctx context.Context, conn *pgx.Conn, exclude ...string) ([]string, error)

func RecreateDatabase added in v1.7.5

func RecreateDatabase(ctx context.Context, options ...func(*pgx.ConnConfig)) error

Recreate postgres database by connecting to template1

func RestartDatabase added in v1.4.7

func RestartDatabase(ctx context.Context, w io.Writer)

func RetryEverySecond added in v1.29.1

func RetryEverySecond(ctx context.Context, callback func() bool, timeout time.Duration) bool

func Run

func Run(ctx context.Context, config pgconn.Config, fsys afero.Fs, options ...func(*pgx.ConnConfig)) error

func SeedDatabase added in v1.0.10

func SeedDatabase(ctx context.Context, conn *pgx.Conn, fsys afero.Fs) error

func WaitForHealthyService added in v1.29.1

func WaitForHealthyService(ctx context.Context, container string, timeout time.Duration) bool

Types

This section is empty.

Jump to

Keyboard shortcuts

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