xorm/examples
Lunny Xiao be22a978d8 improved sync indexes, now check columns;xorm tool bug fiexed 2013-10-28 11:16:22 +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 bug fixed 2013-09-23 09:22:30 +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 type and sequence for xorm tool;added max connect for pool(go1.2+) 2013-10-27 09:10:20 +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
sync.go improved sync indexes, now check columns;xorm tool bug fiexed 2013-10-28 11:16:22 +08:00