Documentation ¶
Index ¶
- Constants
- func DisconnectClients(ctx context.Context, conn *pgx.Conn) error
- func InitialiseDatabase(ctx context.Context, conn *pgx.Conn, fsys afero.Fs) error
- func RecreateDatabase(ctx context.Context, options ...func(*pgx.ConnConfig)) error
- func RestartDatabase(ctx context.Context, w io.Writer)
- func RetryEverySecond(ctx context.Context, callback func() bool, timeout time.Duration) bool
- func Run(ctx context.Context, fsys afero.Fs, options ...func(*pgx.ConnConfig)) error
- func SeedDatabase(ctx context.Context, conn *pgx.Conn, fsys afero.Fs) error
- func WaitForHealthyService(ctx context.Context, container string, timeout time.Duration) bool
Constants ¶
View Source
const SET_POSTGRES_ROLE = "SET ROLE postgres;"
Variables ¶
This section is empty.
Functions ¶
func DisconnectClients ¶ added in v1.4.7
func InitialiseDatabase ¶ added in v1.7.5
func RecreateDatabase ¶ added in v1.7.5
Recreate postgres database by connecting to template1
func RetryEverySecond ¶ added in v1.29.1
func SeedDatabase ¶ added in v1.0.10
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.