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