Skip to content

DbShift v1.0.0

Latest

Choose a tag to compare

@AzimMahmud AzimMahmud released this 25 Jun 17:33
· 1 commit to main since this release

DbShift v1.0.0

A database-agnostic migration tool for .NET — PostgreSQL, SQL Server, MySQL, and SQLite from one CLI.

Installation

Linux / macOS ( Homebrew not required ):

curl -fsSL https://github.com/AzimMahmud/dbshift/releases/download/v1.0.0/install.sh | bash

Windows (PowerShell):

powershell -c "iwr -Uri https://github.com/AzimMahmud/dbshift/releases/download/v1.0.0/install.ps1 -OutFile install.ps1; .\install.ps1"

Manual: download the archive for your platform below, extract, and put dbshift (dbshift.exe) on your PATH.

Downloads

Platform Package
Windows x64 dbshift-windows-x64.zip
Linux x64 dbshift-linux-x64.tar.gz
Linux arm64 dbshift-linux-arm64.tar.gz
macOS x64 dbshift-macos-x64.tar.gz
macOS arm64 dbshift-macos-arm64.tar.gz

Self-contained .NET 8 single-file binaries — no runtime install required.

macOS: first run may be blocked by Gatekeeper — run xattr -d com.apple.quarantine dbshift (or sudo xattr -rd com.apple.quarantine /usr/local/bin/dbshift).

Verify

Checksums are in SHA256SUMS.

Changelog

See CHANGELOG.md.