microservice.toolkit.migrationmanager 0.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package microservice.toolkit.migrationmanager --version 0.8.0
                    
NuGet\Install-Package microservice.toolkit.migrationmanager -Version 0.8.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="microservice.toolkit.migrationmanager" Version="0.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="microservice.toolkit.migrationmanager" Version="0.8.0" />
                    
Directory.Packages.props
<PackageReference Include="microservice.toolkit.migrationmanager" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add microservice.toolkit.migrationmanager --version 0.8.0
                    
#r "nuget: microservice.toolkit.migrationmanager, 0.8.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package microservice.toolkit.migrationmanager@0.8.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=microservice.toolkit.migrationmanager&version=0.8.0
                    
Install as a Cake Addin
#tool nuget:?package=microservice.toolkit.migrationmanager&version=0.8.0
                    
Install as a Cake Tool

Migration Manager

The library is a work in progress. It is not yet considered production-ready.

Build Release License: MIT Nuget Nuget

A collection of extension methods to manage schema evolution across all your environments.

Supported databases:

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

How to install

Package Manager

Install-Package microservice.toolkit.migrationmanager -Version 0.8.0

.NET CLI

dotnet add package microservice.toolkit.migrationmanager --version 0.8.0

Package Reference

<PackageReference Include="microservice.toolkit.migrationmanager" Version="0.8.0" />

How to use

Under the hood, the library use Evolve to apply DB migrations, so before to start using Migration Manager, install the required package:

<PackageReference Include="Evolve" Version="3.0.0" />

Example code:

var dbConnection = new MySqlConnection("Server=<HOST>;User ID=<USERNAME>;Password=<PASSWORD>;database=<DATABASE_NAME>;");
var migrationsFolder = "./migrations";
var migrationExtension = ".mysql";

manager.Apply(migrationsFolder, migrationExtension);
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 140 7/19/2024
1.0.0 150 6/10/2024
0.11.2 168 4/6/2024
0.11.1 171 3/30/2024
0.11.0 175 3/30/2024
0.10.2 384 3/15/2023
0.10.1 397 1/18/2023
0.10.0 410 1/11/2023
0.9.1 422 11/22/2022
0.9.0 435 11/16/2022
0.8.0 568 10/12/2022
0.7.0 556 4/28/2022
0.6.2 569 2/28/2022
0.6.1 552 2/21/2022
0.6.0 778 1/15/2022
0.5.0 454 12/8/2021
0.4.9 404 12/2/2021
0.4.8 402 12/2/2021
0.4.7 408 12/2/2021
0.4.6 408 12/1/2021
0.4.5 3,509 11/25/2021
0.4.4 431 11/2/2021
0.4.3 398 11/2/2021
0.4.2 471 10/27/2021
0.4.1 447 10/21/2021
0.4.0 599 10/3/2021