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