// 获取通用数据库对象 sql.DB ,然后使用其提供的功能sqlDB.SetMaxIdleConns(10)// SetMaxOpenConns 设置打开数据库连接的最大数量。sqlDB.SetConnMaxLifetime(time.Hour)