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