Documentation ¶
Index ¶
- type MySQL
- func (d *MySQL) Delete(tableName string, condition map[string]string) (int, error)
- func (d *MySQL) Insert(tableName string, rows []map[string]string) error
- func (d *MySQL) Ready() error
- func (d *MySQL) Reset() error
- func (d *MySQL) Select(tableName string, condition map[string]string) ([]map[string]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.