# Functions
map 2 *struct map 2 *struct.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
一些全局配置.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
代表数据库操作,自带池子.
No description provided by the author
代表事务.
如果想要灵活的生成insert sql, 不应该用struct去生成,因为这里面用到了struct的tag,field,这些是无法通过直接代码改变的。 从struct改为一种容易直接修改的数据结构Line , Lines来生成sql。 {field = name, auto : 1 , value = xx}, ..
No description provided by the author
*******************************************************************/ 查询结果,数据结构, 可以用函数遍历,其内核是一个数组包着map, 其和普通数组map不同在于,可以用Map()遍历修改数据.
代表一个可以执行的sql,一般由两部分组成,str,和变量.
No description provided by the author