Versions in this module Expand all Collapse all v0 v0.1.0 Nov 10, 2024 Changes in this version + const EngineName + func NewMySQL(dsn string) (sqldatabase.Engine, error) + type MySQL struct + func (m MySQL) Close() error + func (m MySQL) Dialect() string + func (m MySQL) Query(ctx context.Context, query string, args ...any) ([]string, [][]string, error) + func (m MySQL) TableInfo(ctx context.Context, table string) (string, error) + func (m MySQL) TableNames(ctx context.Context) ([]string, error)