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
894e97e195
xorm
/
examples
History
Lunny Xiao
29fe0b6f80
added NoAutoTime method; added unfinished cache system, defaultly it's disabled.
2013-09-17 17:36:34 +08:00
..
cache.go
added NoAutoTime method; added unfinished cache system, defaultly it's disabled.
2013-09-17 17:36:34 +08:00
cachegoroutine.go
added NoAutoTime method; added unfinished cache system, defaultly it's disabled.
2013-09-17 17:36:34 +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
added NoAutoTime method; added unfinished cache system, defaultly it's disabled.
2013-09-17 17:36:34 +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