macOS
brew install sql-migratelocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für sql-migrate in AI-Agent-Workflows.
Installation
brew install sql-migratelocal Homebrew formula metadata
sudo apt install sql-migrateDebian stable package indexes · sql-migrate · Quelle: deb.debian.org
nix profile install nixpkgs#sql-migratenixpkgs package indexes · pkgs/by-name/sq/sql-migrate/package.nix · Quelle: api.github.com
Überblick
SQL schema migration tool for Go
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
sql-migrate | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/rubenv/sql-migrate
Installationsmetadaten
| Paketschlüssel | brew:sql-migrate |
|---|---|
| Version | 1.8.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/sql-migrate |
| Homepage | https://github.com/rubenv/sql-migrate |
| Repository | https://github.com/rubenv/sql-migrate |
| Upstream-Dokumentation | https://github.com/rubenv/sql-migrate#readme |
| Lizenz | MIT |
| Quellarchiv | https://github.com/rubenv/sql-migrate/archive/refs/tags/v1.8.1.tar.gz |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-migrateQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.