package
0.0.0-20220613080921-65fd79d85952
Repository: https://github.com/xqueries/xdb.git
Documentation: pkg.go.dev

# Packages

Package ast implements an abstract syntax tree that represents SQL statements.
Package scanner implements a tokenizer that creates tokens of the SQLite grammar.

# Functions

New creates a new, ready to use parser, that will parse the given input string.
NewSimpleParser creates new ready to use parser.

# Constants

parser errors.
parser errors.
parser errors.
parser errors.
parser errors.
parser errors.

# Interfaces

Parser describes a parser that returns (maybe multiple) SQLStatements from a given input.

# Type aliases

Error allows constant errors.