testutils

package
v2.37.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClearTables

func ClearTables(db *sql.DB, tables ...string)

ClearTables deletes all rows from a table, and panics if an error occurs usefull for defers for test cleanup

func ConnectPQ

func ConnectPQ() (*sql.DB, error)

ConnectPQ connectes to a postgres database for testing purposes

func InitPQ

func InitPQ(dropTables []string, initQueries []string) (*sql.DB, error)

InitPQ is a helper that calls both ConnectPQ and InitTables

func InitTables

func InitTables(db *sql.DB, dropTables []string, initQueries []string) error

InitTables will drop the provided tables and initialize the new ones

Types

This section is empty.

Jump to

Keyboard shortcuts

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