C# (CSharp) Migr8 Namespace

Nested Namespaces

Migr8.Internals
Migr8.Npgsql
Migr8.Postgres
Migr8.SqlServer
Migr8.Test

Classes

Name Description
Database This is the entry point: Use Migr8 by calling Migrate, supplying a connection string (or a connection string name), some migrations (by calling Migrations.FromThisAssembly, Migrations.FromAssemblyOf{T}, or Migrations.FromAssembly), and possibly some Options if you want to customize something. Migrations are classes decorated with the MigrationAttribute, which must implement ISqlMigration in order to provide some SQL to be executed.
ExecutableMigration Represents an executable migration
MigrationAttribute
MigrationException
Options Configure options for Migr8