sqlpop icon indicating copy to clipboard operation
sqlpop copied to clipboard

SQL parser (as understood by SQLite)

SQLPOP

Build Status Latest Version Rust Documentation dependency status

SQL parser (as understood by SQLite)

Currenly, only the lexer is complete and tested. The parser is almost complete (see LALRPOP issues) but does not support recent SQLite features (like UPSERT, RENAME COLUMN, Window functions).