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