[ ソース: golang-github-rubenv-sql-migrate ]
パッケージ: sql-migrate (0.0~git20191213.0633851-2 など)
sql-migrate に関するリンク
Debian の資源:
golang-github-rubenv-sql-migrate ソースパッケージをダウンロード:
- [golang-github-rubenv-sql-migrate_0.0~git20191213.0633851-2.dsc]
- [golang-github-rubenv-sql-migrate_0.0~git20191213.0633851.orig.tar.xz]
- [golang-github-rubenv-sql-migrate_0.0~git20191213.0633851-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
SQL schema migration tool for Go (program)
sql-migrate is SQL Schema migration tool for Go based on gorp and goose
Features
• Usable as a CLI tool or as a library • Supports SQLite, PostgreSQL, MySQL, MSSQL and Oracle databases (through gorp) • Can embed migrations into your application • Migrations are defined with SQL for full flexibility • Atomic migrations • Up/down migrations to allow rollback • Supports multiple database types in one project • Works great with other libraries such as sqlx
その他の sql-migrate 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libsqlite3-0 (>= 3.7.15)
- SQLite 3 共有ライブラリ