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
675f6f5f83
xorm
/
examples
History
Lunny Xiao
b0b3c16372
v0.1.9 added postgres,mymysql supported;add Cols, StoreEngine, Charset;add many column types
2013-08-08 13:24:38 +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
v0.1.9 added postgres,mymysql supported;add Cols, StoreEngine, Charset;add many column types
2013-08-08 13:24:38 +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