macOS
brew install sql-migratelocal Homebrew formula metadata
brew
sql-migrate のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install sql-migratelocal Homebrew formula metadata
sudo apt install sql-migrateDebian stable package indexes · sql-migrate · ソース: deb.debian.org
nix profile install nixpkgs#sql-migratenixpkgs package indexes · pkgs/by-name/sq/sql-migrate/package.nix · ソース: api.github.com
概要
SQL schema migration tool for Go
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.yml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
sql-migrate | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/rubenv/sql-migrate
インストールメタデータ
| パッケージキー | brew:sql-migrate |
|---|---|
| バージョン | 1.8.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/sql-migrate |
| ホームページ | https://github.com/rubenv/sql-migrate |
| リポジトリ | https://github.com/rubenv/sql-migrate |
| 上流ドキュメント | https://github.com/rubenv/sql-migrate#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/rubenv/sql-migrate/archive/refs/tags/v1.8.1.tar.gz |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-migrateソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.