文件名称:Go-Go数据库迁移工具
文件大小:35KB
文件格式:ZIP
更新时间:2022-09-02 13:56:43
Go开发-数据库工具/驱动
goose - Go数据库迁移工具。你可以管理你数据库的演变通过创建增量SQL或Go脚本。
【文件预览】:
goose-master
----migrate_test.go(12KB)
----migration_go.go(2KB)
----migrate.go(10KB)
----.gitignore(54B)
----_example()
--------migrations()
--------dbconf.yml(447B)
----README.md(9KB)
----templates.go(7KB)
----dbconf.go(5KB)
----travis.setup_redshift.go(2KB)
----LICENSE(1KB)
----dialect.go(4KB)
----dbconf_test.go(6KB)
----migration_sql.go(4KB)
----util.go(567B)
----.travis.yml(2KB)
----templates()
--------migration.sql.tmpl(167B)
--------migration-main.go.tmpl(673B)
--------migration.go.tmpl(254B)
----migration_sql_test.go(3KB)
----cmd()
--------goose()