mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 00:10:25 +08:00 
			
		
		
		
	feat: 新增pgsql数据操作&redis集群操作
This commit is contained in:
		@@ -8,6 +8,7 @@ type DbForm struct {
 | 
			
		||||
	Port      int    `binding:"required" json:"port"`
 | 
			
		||||
	Username  string `binding:"required" json:"username"`
 | 
			
		||||
	Password  string `json:"password"`
 | 
			
		||||
	Params    string `json:"params"`
 | 
			
		||||
	Database  string `binding:"required" json:"database"`
 | 
			
		||||
	ProjectId uint64 `binding:"required" json:"projectId"`
 | 
			
		||||
	Project   string `json:"project"`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user