macOS
brew install sql-migratelocal Homebrew formula metadata
brew
SQL schema migration tool for Go. Version 1.8.1 via Homebrew; verified from local package data.
install
brew install sql-migratelocal Homebrew formula metadata
sudo apt install sql-migrateDebian stable package indexes · sql-migrate · source: deb.debian.org
nix profile install nixpkgs#sql-migratenixpkgs package indexes · pkgs/by-name/sq/sql-migrate/package.nix · source: api.github.com
overview
SQL schema migration tool for Go
history
sql-migrate is a Go SQL schema migration tool that can be used as either a standalone CLI or an importable Go library. Its README describes it as based on gorp and goose, with migrations written directly in SQL.
The public GitHub repository was created in September 2014, in the period when Go database tooling was maturing around small command-line programs and libraries. The project kept the classic migration commands: `up`, `down`, `redo`, `status`, and `new`.
The project accumulated broad package-manager availability in the supplied package facts, including Homebrew, Debian, Ubuntu, and Nix. Its GitHub repository also shows thousands of stars, indicating durable use beyond a single distribution channel.
As a CLI, sql-migrate reads `dbconfig.yml` by default, selects an environment with `-env`, and applies or rolls back SQL migration files. As a Go library, it can run migrations from memory, a folder, embedded assets, or an HTTP filesystem, which made it useful for Go applications that wanted migration logic inside the binary.
For package-manager culture, sql-migrate represents the Go tradition of shipping one small static-ish executable that can also serve as a library. Package maintainers care because database migration tools sit in deployment paths, and users often want the exact same binary available in local development, CI, and server provisioning.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
dbconfig.ymlCredential-bearing paths to review before unattended agent runs.
dbconfig.ymlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
sql-migrate | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/rubenv/sql-migrate
install metadata
| Package key | brew:sql-migrate |
|---|---|
| Version | 1.8.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/sql-migrate |
| Homepage | https://github.com/rubenv/sql-migrate |
| Repository | https://github.com/rubenv/sql-migrate |
| Upstream docs | https://github.com/rubenv/sql-migrate#readme |
| License | MIT |
| Source archive | https://github.com/rubenv/sql-migrate/archive/refs/tags/v1.8.1.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | sql-migrate |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
sql-migrate 0.0~git20191213.0633851-3+b16
SQL schema migration tool for Go (program)
https://github.com/rubenv/sql-migrate
sudo apt install sql-migratesql-migrate
nix profile install nixpkgs#sql-migratesql-migrate 0.0~git20191213.0633851-3build1
SQL schema migration tool for Go (program)
https://github.com/rubenv/sql-migrate
sudo apt install sql-migratesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.