This website requires JavaScript.
Explore
Help
Sign In
HiPoweredDev
/
xorm
Watch
1
Star
0
Fork
You've already forked xorm
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
6ecfc78d8d
xorm
/
examples
History
Lunny Xiao
6ecfc78d8d
fix bug
#7
2013-09-01 11:01:10 +08:00
..
conversion.go
add conversion interface; add struct derive support; add single mapping support
2013-06-26 01:02:22 +08:00
derive.go
v0.1.7 Added IConnectPool interface and NoneConnectPool, SysConnectPool, SimpleConnectPool the three implements. You can choose one of them and the default is SysConnectPool. You can customrize your own connection pool. struct Engine added Close method, It should be invoked before system exit.
2013-07-03 11:49:29 +08:00
goroutine.go
added maxconnect limit support
2013-08-29 17:26:33 +08:00
maxconnect.go
fix bug
#7
2013-09-01 11:01:10 +08:00
pool.go
v0.1.7 Added IConnectPool interface and NoneConnectPool, SysConnectPool, SimpleConnectPool the three implements. You can choose one of them and the default is SysConnectPool. You can customrize your own connection pool. struct Engine added Close method, It should be invoked before system exit.
2013-07-03 11:49:29 +08:00
singlemapping.go
mapping now supported single mapping and struct derive
2013-06-24 12:08:58 +08:00