# Functions
New creates a new Roll instance.
No description provided by the author
WithBackfillBatchDelay sets the delay after each batch is run.
WithBackfillBatchSize sets the number of rows backfilled in each batch.
WithDisableViewsManagement disables pgroll version schemas management when passed, pgroll will not create or drop version schemas.
WithLockTimeoutMs sets the lock timeout in milliseconds for pgroll DDL operations.
WithMigrationHooks sets the migration hooks for the Roll instance Migration hooks are called at various points during the migration process to allow for custom behavior to be injected.
WithNoVersionSchemaForRawSQL disables the creation of version schema for raw SQL migrations.
WithRole sets the role to set before executing migrations.
WithSearchPath sets the search_path to use during migration execution.
WithSQLTransformer sets the SQL transformer to apply to all user-defined SQL statements before they are executed.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
MigrationHooks defines hooks that can be set to be called at various points during the migration process.
No description provided by the author