package
0.1.20
Repository: https://github.com/ntfox0001/svrlib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

创建数据库.
No description provided by the author
根据tag创建col信息 `dbdef:"data_type,null,autoinc,prim,uniq" dbcomment:"这是注释"` data_type 第一个字段永远是数据类型,不可省略 null 可以是null autoinc 可以自动增加 prim 主键 uniq 唯一 query这个字段是一个需要单独定义查询的字段 update 这个字段是一个需要单独定义更新的字段,只有表中存在uniq字段并且不是当前字段是生效.
根据tag创建procedure:`dbsql:"create procedure XXX(a int) begin select * from xxx where id=a; end"`.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author