Skip to main content

Crate sqlite3_parser

Crate sqlite3_parser 

Source
Expand description

SQLite3 syntax lexer and parser

Modules§

ast
Abstract Syntax Tree
dialect
SQLite dialect
lexer
Streaming SQLite tokenizer

Macros§

custom_err
Custom error constructor

Structs§

Bump
An arena to bump allocate into.
Vec
A contiguous growable array type, written Vec<'bump, T> but pronounced ‘vector’.

Traits§

FallibleIterator
An Iterator-like trait that allows for calculation of items to fail.