mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-02-14 16:45:35 +08:00
feat: 新增系统全局分页size配置,可根据屏幕大小自行设置
This commit is contained in:
@@ -16,7 +16,7 @@ import (
|
||||
)
|
||||
|
||||
func getPgsqlDB(d *DbInfo) (*sql.DB, error) {
|
||||
driverName := "postgres"
|
||||
driverName := string(d.Type)
|
||||
// SSH Conect
|
||||
if d.SshTunnelMachineId > 0 {
|
||||
// 如果使用了隧道,则使用`postgres:ssh:隧道机器id`注册名
|
||||
|
||||
Reference in New Issue
Block a user