# Functions
NewDB 创建MySQL数据库实例.
SetDSN 设置连接串.
SetEncoding 设定数据库表的编码格式.
SetEngine 设定数据库表的存储引擎.
SetLogger 设定追踪日志.
SetMaxIdleConns 设置空闲连接池中的最大连接数.
SetMaxLifetime 设置连接可以被重新使用的最大时间量.
SetMaxOpenConns 设置打开连接到数据库的最大数量.
SetTrace 设置追踪调试.
# Interfaces
No description provided by the author