文件名称:go-migrate:用Go编写的抽象迁移框架
文件大小:9.09MB
文件格式:ZIP
更新时间:2024-05-01 12:00:14
go cli migrations db abstract
去移民 适用于所有类型迁移的抽象迁移框架 用法 An abstract migration framework for all types of migrations Usage: go-migrate [command] Available Commands: create create a migration script in Go down Run the downward migration help Help about any command init initialize a migrations directory list list migrations up Run the upward migration Flags: --config str
【文件预览】:
go-migrate-main
----pkg()
--------list.go(1KB)
--------tpl()
--------gen()
--------types()
----cmd()
--------init.go(2KB)
--------list.go(1KB)
--------create.go(2KB)
--------root.go(2KB)
--------down.go(2KB)
--------up.go(2KB)
----.github()
--------workflows()
----demo.gif(9.16MB)
----LICENSE(11KB)
----main.go(660B)
----.gitignore(302B)
----go.sum(32KB)
----README.md(1KB)
----go.mod(302B)