Esempio n. 1
0
func init() {
	db.Register("postgresql", &Source{})
}
Esempio n. 2
0
File: sqlite.go Progetto: kdar/db
func init() {
	db.Register("sqlite", &Source{})
}