예제 #1
0
func init() {
	dbox.RegisterConnector("csvs", NewConnection)
}
예제 #2
0
func init() {
	dbox.RegisterConnector("mysql", NewConnection)
}
예제 #3
0
func init() {
	dbox.RegisterConnector("mongo", NewConnection)
}
예제 #4
0
func init() {
	dbox.RegisterConnector("jdbc", NewConnection)
}
예제 #5
0
func init() {
	dbox.RegisterConnector("postgres", NewConnection)
}
예제 #6
0
func init() {
	dbox.RegisterConnector("hive", NewConnection)
}
예제 #7
0
func init() {
	dbox.RegisterConnector("xlsx", NewConnection)
}
예제 #8
0
func init() {
	dbox.RegisterConnector("oracle", NewConnection)
}