Ejemplo n.º 1
0
// Registers this driver.
func init() {
	db.Register("mongo", &Source{})
}
Ejemplo n.º 2
0
func init() {
	db.Register("postgresql", &Source{})
}
Ejemplo n.º 3
0
func init() {
	db.Register("mysql", &Source{})
}
Ejemplo n.º 4
0
func init() {
	db.Register("sqlite", &Source{})
}