pesqlite 0.1.2

A pest-based SQL parser tailored for lightweight SQLite-compatible queries.
Documentation
1
2
3
# Pesqlite

Pesqlite is a sqlite interpreter written in Rust focus on being portable and easy to integrate into other Rust projects.It uses parsing expression grammars provide by [pest](https://pest.rs/) to parse SQL statements.