package
0.16.0
Repository: https://github.com/chaisql/chai.git
Documentation: pkg.go.dev

# Functions

MustParseExpr calls ParseExpr and panics if it returns an error.
NewParser returns a new instance of Parser.
NewParserWithOptions returns a new instance of Parser using given Options.
ParseExpr parses an expression.
ParsePath parses a path to a value in an object.
ParseQuery parses a query string and returns its AST representation.

# Structs

Options of the SQL parser.
ParseError represents an error that occurred during parsing.
Parser represents an Chai SQL Parser.