Ejemplo n.º 1
0
func init() {
	driver.Register("postgresql", Driver{})
}
Ejemplo n.º 2
0
func init() {
	driver.Register("mysql", Driver{})
}
Ejemplo n.º 3
0
func init() {
	driver.Register("sqlite", Driver{})
}