source/core/migration/migration_executor library

Classes

MigrationExecutor<T extends DatumEntityBase>
Orchestrates the execution of schema migrations.

Typedefs

MigrationResult = ({Object? migrationError, StackTrace? migrationStack, bool success})
A record representing the outcome of a migration execution.