Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddPgxContextMigration ¶
func AddPgxContextMigration(ctx context.Context, upMigration PgxContextMigration, downMigration PgxContextMigration) error
AddPgxContextMigration registers a migration in the goose migrations list using a pgx.Conn instead of a sql.DB It can only be used with a pgx driver
Types ¶
type PgxContextMigration ¶
Click to show internal directories.
Click to hide internal directories.