Documentation ¶
Index ¶
- Constants
- func NewMySQL(dsn string) (sqldatabase.Engine, error)
- type MySQL
- 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)
Constants ¶
View Source
const EngineName = "mysql"
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.