MigrateLib 0.0.17

dotnet add package MigrateLib --version 0.0.17
NuGet\Install-Package MigrateLib -Version 0.0.17
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="MigrateLib" Version="0.0.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MigrateLib --version 0.0.17
#r "nuget: MigrateLib, 0.0.17"
#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.
// Install MigrateLib as a Cake Addin
#addin nuget:?package=MigrateLib&version=0.0.17

// Install MigrateLib as a Cake Tool
#tool nuget:?package=MigrateLib&version=0.0.17

Migrate

NuGet Tests

Migrate is a tool for migrating databases in a declarative way. It can be used from the command line or as a library.

Installation

If you just want to test the tool without installing .Net, then you can use a Docker image:

docker run -it 'mcr.microsoft.com/dotnet/nightly/sdk:8.0' bash

Inside the container run:

export PATH="$PATH:/root/.dotnet/tools"

After having .Net in your system you can run

dotnet tool install --global migtool

Quickstart

mkdir my_database_project
cd my_database_project
mig init
# generated project files with example definitions
mig status
# output shows migration for existing definitions
mig commit
# executes migration
mig log -s
# output shows migration metadata and a summary of executed steps

Usage

See usage

Why Migrate?

See motivation

Contributing

See contributing_guideline

License

Apache 2.0

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
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
0.0.17 115 1/23/2024
0.0.16 99 1/17/2024
0.0.14 103 1/10/2024
0.0.13 101 1/9/2024
0.0.12 115 12/26/2023
0.0.11 101 12/25/2023
0.0.10 122 12/25/2023
0.0.9 85 12/16/2023
0.0.8 121 12/13/2023
0.0.7 76 12/13/2023
0.0.6 89 12/13/2023
0.0.4 124 11/24/2023
0.0.3 103 11/23/2023
0.0.2 97 11/23/2023
0.0.1 96 11/23/2023