C# (CSharp) Simple.Migrator Namespace

Nested Namespaces

Simple.Migrator.Fluent
Simple.Migrator.Framework
Simple.Migrator.Providers

Classes

Name Description
BaseMigrate
DbMigrator Migrations mediator.
DuplicatedVersionException Exception thrown when a migration number is not unique.
IrreversibleMigrationException Exception thrown in a migration Down() method when changes can't be undone.
MigrateAnywhere Description of MigrateAnywhere.
MigrationLoader Handles inspecting code to find all of the Migrations in assemblies and reading other metadata such as the last revision, etc.
MigratorOptions
ProviderFactory Handles loading Provider implementations