예제 #1
0
파일: postgresql.go 프로젝트: kdar/db
func init() {
	db.Register("postgresql", &Source{})
}
예제 #2
0
파일: sqlite.go 프로젝트: kdar/db
func init() {
	db.Register("sqlite", &Source{})
}