SqlDeployer 10.2.240.208

dotnet tool install --global SqlDeployer --version 10.2.240.208
                    
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.240.208
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SqlDeployer&version=10.2.240.208
                    
nuke :add-package SqlDeployer --version 10.2.240.208
                    

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.240.208 58 8/28/2026
10.2.231.204 98 8/19/2026
10.2.230.197 103 8/18/2026
10.2.229.195 85 8/18/2026
10.2.192.188 136 7/11/2026
10.2.181.184 139 6/30/2026
10.2.148.178 125 5/28/2026
10.2.128.36 127 5/15/2026
10.2.128.35 135 5/8/2026
10.2.105.33 125 4/15/2026
10.2.104.93 126 4/14/2026