SqlDeployer 10.2.128.36

dotnet tool install --global SqlDeployer --version 10.2.128.36
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local SqlDeployer --version 10.2.128.36
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SqlDeployer&version=10.2.128.36
                    
nuke :add-package SqlDeployer --version 10.2.128.36
                    

SqlDeployer

SqlDeployer is a SQL scripts migration runner, using plain, old SQL for migrations. No meta-language, no code, no config, no EF migrations. It gives you full flexibility, and full control of your migrations, and lets you use all the fancy features of you particular database system. You are not constrained to any lowest common feature set of all supported databases.

Minimal example

The only required argument to pass to SqlDeployer is a connection string to point where to find your database. It will deploy to that database, looking for sql scripts in the current directory.

SqlDeployer --connectionstring="Server=(localdb)\MSSQLLocalDB;Integrated Security=true;Database=SqlDeployer_test"

SqlDeployer supports the following DMBS's

  • Microsoft SQL server
  • PostgreSQL
  • MariaDB/MySQL
  • Sqlite
  • Oracle
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.

This package has no dependencies.

Version Downloads Last Updated
10.2.128.36 91 5/15/2026
10.2.128.35 102 5/8/2026
10.2.105.33 101 4/15/2026
10.2.104.93 108 4/14/2026