Exemple #1
0
func init() {
	db.Register("postgresql", &Source{})
}
Exemple #2
0
func init() {
	db.Register("sqlite", &Source{})
}