MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / MysqlC

Struct MysqlC

IceFireDB-SQLProxy/pkg/config/config.go:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type MysqlC struct {
22 Addr string `yaml:"addr"`
23 User string `yaml:"user"`
24 Password string `yaml:"password"`
25 DBName string `yaml:"dbname"`
26 MinAlive int `yaml:"minAlive"`
27 MaxAlive int `yaml:"maxAlive"`
28 MaxIdle int `yaml:"maxIdle"`
29}
30
31type MysqlS struct {
32 Admin MysqlC `yaml:"admin"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected