# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
DefaultDialOpts 默认连接配置.
DefaultPoolOpts 默认连接池配置.
IdleTimeout 最大空闲时长, 超过后关闭连接.
MaxActive 最多允许的连接数, 0 则无限制.
MaxConnLifetime 连接生命周期, 超过后关闭连接.
MaxIdle 最多允许空闲的连接数.
No description provided by the author
TestOnBorrow 健康检查, 检测连接是否可用.
Wait 连接池枯竭是是否阻塞等待.
# Interfaces
No description provided by the author