Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lecaillon/Evolve
Database migration tool for .NET and .NET Core projects. Inspired by Flyway.
https://github.com/lecaillon/Evolve
cassandra cockroachdb database dotnet-tool evolve flyway mariadb migration mysql postgresql sql sqlite sqlserver
Last synced: 9 days ago
JSON representation
Database migration tool for .NET and .NET Core projects. Inspired by Flyway.
- Host: GitHub
- URL: https://github.com/lecaillon/Evolve
- Owner: lecaillon
- License: mit
- Created: 2016-12-01T18:18:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T09:21:36.000Z (7 months ago)
- Last Synced: 2024-10-11T02:41:27.087Z (25 days ago)
- Topics: cassandra, cockroachdb, database, dotnet-tool, evolve, flyway, mariadb, migration, mysql, postgresql, sql, sqlite, sqlserver
- Language: C#
- Homepage: https://evolve-db.netlify.com
- Size: 4.27 MB
- Stars: 846
- Watchers: 21
- Forks: 112
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-core - Evolve - Simple database migration tool that uses plain SQL scripts. Inspired by Flyway. (Frameworks, Libraries and Tools / Database Tools and Utilities)
- fucking-awesome-dotnet-core - Evolve - Simple database migration tool that uses plain SQL scripts. Inspired by Flyway. (Frameworks, Libraries and Tools / Database Tools and Utilities)
- awesome-dotnet-core - Evolve - Simple database migration tool that uses plain SQL scripts. Inspired by Flyway. (Frameworks, Libraries and Tools / Database Tools and Utilities)
- awesome-dotnet-core - Evolve - 使用纯SQL脚本的简单数据库迁移工具。受到Flyway的启发。 (框架, 库和工具 / 数据库工具库)
README
# Evolve [![AppVeyor build status](https://img.shields.io/appveyor/build/lecaillon/evolve/master?label=AppVeyor)](https://ci.appveyor.com/project/lecaillon/evolve) [![Azure build Status](https://img.shields.io/azure-devops/build/lecaillon/Evolve-CI/2/master?label=Azure)](https://lecaillon.visualstudio.com/Evolve-CI/_build/latest?definitionId=2&branchName=master) [![Code coverage](https://img.shields.io/azure-devops/coverage/lecaillon/evolve-ci/2/master.svg?color=brightgreen)](https://lecaillon.visualstudio.com/Evolve-CI/_build/latest?definitionId=2&branchName=master) [![NuGet](https://img.shields.io/nuget/dt/evolve)](https://www.nuget.org/packages/Evolve) [![Twitter](https://img.shields.io/twitter/follow/evolve_db?label=Evolve&style=social)](https://twitter.com/intent/follow?screen_name=evolve_db)
Evolve is a personal, free-time project with no funding. If you use Evolve in your daily work and feel that it makes your life easier, consider supporting its development via [GitHub Sponsors](https://github.com/sponsors/lecaillon) :heart: and by adding a star to this repository :star:
I’m very passionate about doing personal projects and very grateful that other people find them useful, too. I want to share as much as possible, but it doesn’t pay the bills. With your help, I can focus on open-source work more and make it sustainable. If your company uses any of my libraries, consider donating too as a sign of gratitude and for priority support!
## Beloved sponsors
## Introduction
Evolve is a cross platform database migration tool inspired by [Flyway](https://flywaydb.org/), 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.
Overall Evolve embraces simplicity. Every time you run your project, it will automatically ensure that your database is up-to-date. Install it and forget it!
## Installation
Evolve is available as a .NET library, a .NET tool and a standalone CLI.| | Evolve | Evolve Tool | Evolve CLI |
|-|-|-|-|
| Repository | [![NuGet Evolve](https://img.shields.io/nuget/dt/evolve)](https://www.nuget.org/packages/Evolve) | [![NuGet Evolve.Tool](https://img.shields.io/nuget/dt/Evolve.Tool)](https://www.nuget.org/packages/Evolve.Tool) | [![GitHub CLI](https://img.shields.io/badge/GitHub-releases-brightgreen.svg?logo=github)](https://github.com/lecaillon/Evolve/releases/latest) |## Supported databases
## Documentation
You can read the latest documentation at [https://evolve-db.netlify.com](https://evolve-db.netlify.com) and find samples [here](https://github.com/lecaillon/Evolve/tree/master/samples).## Changelog
Detailed changes for each release are documented in the [release notes](https://github.com/lecaillon/Evolve/releases).