Documentation ¶
Index ¶
Constants ¶
View Source
const (
CONNECTION_URL_PATTERN = "%s:%s@tcp(%s:%d)/%s?collation=utf8mb4_bin"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MysqlStore2 ¶
type MysqlStore2 struct {
abstract_sql.AbstractSqlStore
}
func (*MysqlStore2) GetName ¶
func (store *MysqlStore2) GetName() string
func (*MysqlStore2) Initialize ¶
func (store *MysqlStore2) Initialize(configuration util.Configuration, prefix string) (err error)
Click to show internal directories.
Click to hide internal directories.