FluentMigrator

Fluent Migrator is a migration framework for .NET. Migrations are a structured way to alter your database schema and are an alternative to creating lots of SQL scripts that have to be run manually by every developer involved. Migrations solve the problem of evolving a database schema for multiple databases (for example, the developer's local database, the test database, and the production database).

Supported databases:
Go to vendor website

You can find FluentMigrator in these categories:

FluentMigrator in Version control tools

You might also like to check out: