mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 00:10:25 +08:00 
			
		
		
		
	feat: oracle支持服务名、数据库执行超时时间配置等
This commit is contained in:
		@@ -15,7 +15,7 @@ type DbInstance struct {
 | 
			
		||||
	Host               string  `json:"host"`
 | 
			
		||||
	Port               int     `json:"port"`
 | 
			
		||||
	Network            string  `json:"network"`
 | 
			
		||||
	Sid                string  `json:"sid"`
 | 
			
		||||
	Extra              *string `json:"extra"` // 连接需要的其他额外参数(json格式), 如oracle需要sid等
 | 
			
		||||
	Username           string  `json:"username"`
 | 
			
		||||
	Password           string  `json:"-"`
 | 
			
		||||
	Params             *string `json:"params"`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user