Ejemplo n.º 1
0
func init() {
	db.Register("postgresql", &Source{})
}
Ejemplo n.º 2
0
Archivo: sqlite.go Proyecto: kdar/db
func init() {
	db.Register("sqlite", &Source{})
}