51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#xorm
golang中xorm的基本使用
简单的用法packagemainimport(_"github.com/go-sql-driver/mysql""github.com/go-xorm/xorm""log")//定义结构体(xorm支持双向映射)typeUserstruct{User_idint64`xorm:"pkautoin...
代码星球
·
2020-04-14
golang
xorm
基本
使用
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他