C# (CSharp) SimpleMigrations.DatabaseProvider Namespace

Classes

Name Description
DatabaseProviderBaseWithAdvisoryLock DatabaseProviderBase subclass for databases which use an advisory lock to guard against concurrent migrators.
DatabaseProviderBaseWithVersionTableLock DatabaseProviderBase subclass for databases which use a transaction on the VersionInfo table to guard against concurrent migrators.
MssqlDatabaseProvider Class which can read from / write to a version table in an MSSQL database
MysqlDatabaseProvider Class which can read from / write to a version table in an MySQL database
PostgresqlDatabaseProvider Class which can read from / write to a version table in an PostgreSQL database
SqliteDatabaseProvider Class which can read from / write to a version table in an SQLite database