mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
feat:add cache prefix support to pg (#4741)
Co-authored-by: 郑好 <zheng.hao1@outlook.com>
This commit is contained in:
@@ -185,6 +185,7 @@
|
||||
},
|
||||
"pg": {
|
||||
"short": "Generate postgresql model",
|
||||
"prefix": "The cache prefix, effective when --cache is true",
|
||||
"datasource": {
|
||||
"short": "Generate model from datasource",
|
||||
"url": "The data source of database,like \"postgres://root:password@127.0.0.1:5432/database?sslmode=disable\"",
|
||||
|
||||
Reference in New Issue
Block a user