feat:add cache prefix support to pg (#4741)

Co-authored-by: 郑好 <zheng.hao1@outlook.com>
This commit is contained in:
hoshi
2025-05-02 16:10:47 +08:00
committed by GitHub
parent e416d01f8d
commit 808b4e496a
3 changed files with 6 additions and 3 deletions

View File

@@ -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\"",