Skip to content
forked from lecaillon/Evolve

Database migration tool for .NET and .NET Core projects. Inspired by Flyway.

License

Notifications You must be signed in to change notification settings

tuga1975/Evolve

 
 

Repository files navigation

Evolve Build status Build Status NuGet

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!

Documentation

Supported Databases

  • PostgreSQL
  • SQL Server
  • MySQL / MariaDB
  • SQLite
  • Cassandra

Supported Frameworks

  • .NET 3.5+
  • .NET 4.5.2+
  • .NET Core 1.0+
  • .NET Core 2.0+

Feedback and issues

Feedback, improvements, ideas are welcomed. Feel free to create new issues at the issues section and/or send emails to evolve-db@hotmail.com

Credits

Again, many thanks to the Flyway project. Great idea, big inspiration, a tool that I could not do without in .NET.

About

Database migration tool for .NET and .NET Core projects. Inspired by Flyway.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.4%
  • PowerShell 1.5%
  • Other 1.1%