Squill 0.2.0

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

Squill CLI

A declarative, cross-platform, database-independent SQL deployment tool inspired by SSDT/DACPAC, targeting PostgreSQL and MariaDB/MySQL.

Install

dotnet tool install --global Squill

This puts a squill command on your PATH. To update or uninstall later:

dotnet tool update --global Squill
dotnet tool uninstall --global Squill

Usage

squill deploys a DACPAC (built from your declarative .sql files) against a target database. The provider — PostgreSQL or MariaDB/MySQL — is chosen from the provider name recorded in the DACPAC at build time, so the same commands target either.

# Apply a DACPAC to a target database.
squill deploy MyDatabase.dacpac --connection-string "<ADO.NET connection string>"

# Generate the deployment script without running it.
squill script MyDatabase.dacpac --connection-string "<ADO.NET connection string>" --output deploy.sql

Run squill deploy --help or squill script --help for the full set of options.

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
0.2.0 43 7/24/2026
0.1.0 52 7/23/2026