Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2017 Changes in this version + type RestrictedSQLExecutor interface + ExecRestrictedSQL func(ctx context.Context, sql string) ([]*ast.Row, []*ast.ResultField, error) + type SQLExecutor interface + Execute func(sql string) ([]ast.RecordSet, error) + type SQLParser interface + ParseSQL func(sql, charset, collation string) ([]ast.StmtNode, error)