You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
apifile | 1 year ago | |
etc | 1 year ago | |
internal | 1 year ago | |
model | 1 year ago | |
.gitignore | 1 year ago | |
build.bat | 1 year ago | |
demo.api | 1 year ago | |
demo.exe | 1 year ago | |
demo.go | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
readme.md | 1 year ago |
readme.md
生产model
goctl model pg datasource --url="postgres://postgres:123456@10.0.1.36:5432/postgres?sslmode=disable" --table="te_thoroughly_register" -dir ./model
本机
goctl model pg datasource --url="postgres://postgres:123456@127.0.0.1:5432/postgres?sslmode=disable" --table="te_thoroughly_register" -dir ./model
api 生成
goctl api go -api demo.api -dir .