KDG-Net-Migrations 0.0.1

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

// Install KDG-Net-Migrations as a Cake Tool
#tool nuget:?package=KDG-Net-Migrations&version=0.0.1                

Getting started

  • (Optional) Create a new project in your repository
  • Create a new folder containing your migration SQL files
  • Execute the following
KDG.Migrations.Migrations migrations = new Migrations(
    new MigrationConfig(
        'database-connection-string',
        'path-to-migrations-folder'
    )
)
await migrations.Migrate()

Support

For support, please open an issue on our GitHub Issues page and provide your questions or feedback. We strive to address all inquiries promptly.

Contributing

To contribute to this project, please follow these steps:

  1. Fork the repository to your own GitHub account.
  2. Make your changes and commit them to your fork.
  3. Submit a pull request to the original repository with a clear description of what your changes do and why they should be included.
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.1 112 6/25/2024