# Functions
初始化.
No description provided by the author
选择某个节点,如果没有选择节点名称,默认选择default节点 BUG: 当用户没有设置default节点配置时如果又通过default来获取,可能会获取不到结果.
# Constants
No description provided by the author
默认的连接池空闲数大小.
默认的最大打开连接数.
默认超时时间.
# Structs
engine mysql的连接对象.
No description provided by the author
WhereBuilder用来构建xorm的engine所需的where模块 使用方法很easy mysql.NewWhereBuilder() mysql.Add("id",1) 然后使用的时候直接mysql.Select().
# Interfaces
No description provided by the author