Versions in this module Expand all Collapse all v1 v1.0.9 Apr 20, 2018 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)