Database migration tool for .NET and .NET Core. Inspired by Flyway.
Evolve is an easy migration tool that uses plain old sql scripts. Its purpose is to automate your database changes, and help keep those changes synchronized through all your environments and development teams. This makes it an ideal tool for continuous integration / delivery.
Over all Evolve embraces simplicity. Every time you build or run your project, it will automatically ensure that your database is up-to-date. Install it and forget it!
Evolve 2.0 is the first major rewrite version. It will help simplify the overall design by getting rid of the hard to maintain dynamic database driver loading. The benefits: a simpler code base, a simpler test infrastructure, more time to develop new features.
Evole is now decoupled from its MSBuild part, fully compatible with .NET Standard 2.0 and comes with a standalone CLI.
Package | Repository |
---|---|
Evolve | |
Evolve MSBuild | |
Evolve CLI | Evolve releases |
Build server | Platform | Build status |
---|---|---|
AppVeyor | Windows | |
Azure Pipelines | Linux |
The Evolve v1 documentation can be found here.
- PostgreSQL
- SQL Server
- MySQL / MariaDB
- SQLite
- Cassandra
- .NET 3.5+
- .NET 4.6.1+
- .NET Standard 2.0
Feedback, improvements, ideas are welcomed. Feel free to create new issues at the issues section and/or send emails to [email protected]
Again, many thanks to the Flyway project. Great idea, big inspiration, a tool that I could not do without in .NET.