Versions in this module Expand all Collapse all v1 v1.0.4 Dec 8, 2025 Changes in this version + type MysqlDbExec struct + func NewMysqlDbExec(c configstc.DBConfig) (*MysqlDbExec, error) + func (exec *MysqlDbExec) Copy() ifs.IAutoApiDataExec + func (exec *MysqlDbExec) DoCreate(params map[string]interface{}) (int64, error) + func (exec *MysqlDbExec) DoDelete(id int64) (int64, error) + func (exec *MysqlDbExec) DoQuery(conditions map[string]interface{}, fields []string) (map[string]interface{}, error) + func (exec *MysqlDbExec) DoSearch(conditions map[string]interface{}, fields []string, page, size int) ([]map[string]interface{}, int64, error) + func (exec *MysqlDbExec) DoUpdate(id int64, params map[string]interface{}) (int64, error) + func (exec *MysqlDbExec) InitDB(name string, c config.AutoApiDataDefined) error + func (exec *MysqlDbExec) TableName() string