1
This commit is contained in:
parent
fe2f4358ce
commit
f7213bc8d7
@ -6,13 +6,15 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
type DBStyle int32
|
||||||
|
|
||||||
const (
|
const (
|
||||||
GO_STYLE_DB = 1
|
GO_STYLE_DB DBStyle = iota
|
||||||
JS_STYLE_DB = 2
|
JS_STYLE_DB
|
||||||
)
|
)
|
||||||
|
|
||||||
type dbPool struct {
|
type dbPool struct {
|
||||||
style int32
|
style DBStyle
|
||||||
dataSourceHash map[string]*q5.Mysql
|
dataSourceHash map[string]*q5.Mysql
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user