Versions in this module Expand all Collapse all v1 v1.0.0 Sep 7, 2026 Changes in this version + const GettyMySQLDriver + type MySQL struct + func Open(schema string) *MySQL + func OpenQuery(schema string) *MySQL + func (m *MySQL) Begin() error + func (m *MySQL) CheckActive() + func (m *MySQL) CheckSQL(sql string) error + func (m *MySQL) Close() + func (m *MySQL) Commit() error + func (m *MySQL) FetchRows(rows *sql.Rows) ([]map[string]string, error) + func (m *MySQL) Rollback() error + type MySQLDriver struct + func (d MySQLDriver) Open(dsn string) (driver.Conn, error)