示例#1
0
func init() {
	factory.Register("mysql", &ormdrv{})
}
示例#2
0
func init() {
	factory.Register("redis", &redisdrv{})
}