Public releases and installation scripts for the Migrata CLI, the stress-free way to manage database schema migrations.
3
stars
14
commits
PowerShell
primary language
Sep 8, 2026
updated
This repository hosts the public releases of the Migrata CLI, including installation scripts and release binaries. For documentation and usage instructions, visit https://docs.migrata.io.
Watch as we sync a schema, rename and remove columns, change data types, and apply migrations with automatic diffing and safe execution.
The Migrata CLI takes the stress out of database schema changes. It's a fully local tool that helps you version-control your database schema, preview changes before applying them, and execute migrations safely using standard SQL DDL files your team already understands.
--approve for CI/CD--dev-image to catch runtime errors earlyNote: The installation URLs below redirect to the latest versions of the install scripts hosted in this repository on the
masterbranch.
curl -fsSL https://migrata.io/install.sh | sh
To install a specific version:
curl -fsSL https://migrata.io/install.sh | sh -s -- <version>
irm https://migrata.io/install.ps1 | iex
To install a specific version:
$Version = "<version>"; irm https://migrata.io/install.ps1 | iex
The CLI is free to use. PostgreSQL is supported today, with more dialects on the way.
For detailed documentation, visit docs.migrata.io
14 commits
PowerShell
53.1%
Shell
46.9%
Public releases and installation scripts for the Migrata CLI, the stress-free way to manage database schema migrations.
3
stars
14
commits
PowerShell
primary language
Sep 8, 2026
updated
This repository hosts the public releases of the Migrata CLI, including installation scripts and release binaries. For documentation and usage instructions, visit https://docs.migrata.io.
Watch as we sync a schema, rename and remove columns, change data types, and apply migrations with automatic diffing and safe execution.
The Migrata CLI takes the stress out of database schema changes. It's a fully local tool that helps you version-control your database schema, preview changes before applying them, and execute migrations safely using standard SQL DDL files your team already understands.
--approve for CI/CD--dev-image to catch runtime errors earlyNote: The installation URLs below redirect to the latest versions of the install scripts hosted in this repository on the
masterbranch.
curl -fsSL https://migrata.io/install.sh | sh
To install a specific version:
curl -fsSL https://migrata.io/install.sh | sh -s -- <version>
irm https://migrata.io/install.ps1 | iex
To install a specific version:
$Version = "<version>"; irm https://migrata.io/install.ps1 | iex
The CLI is free to use. PostgreSQL is supported today, with more dialects on the way.
For detailed documentation, visit docs.migrata.io
14 commits
PowerShell
53.1%
Shell
46.9%