Evolve is a cross platform database migration tool inspired by Flyway, that uses plain 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. Every time you run your project, it will automatically ensure that your database is up-to-date. Evolve is available as a .NET library, a .NET tool and a standalone CLI. You can read the latest documentation at https://evolve-db.netlify.com and find samples at https://github.com/lecaillon/Evolve/tree/master/samples. Detailed changes for each release are documented in the release notes at https://github.com/lecaillon/Evolve/releases.