Releases: AzimMahmud/dbshift
Releases · AzimMahmud/dbshift
DbShift v1.0.0
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 | bashWindows (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(orsudo xattr -rd com.apple.quarantine /usr/local/bin/dbshift).
Verify
Checksums are in SHA256SUMS.
Changelog
See CHANGELOG.md.