C# (CSharp) Migr8 네임스페이스

중첩된 네임스페이스

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

클래스들

이름 설명
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