kawasin73 / prsqlite

Pure Rust implementation of SQLite
Apache License 2.0
563 stars 23 forks source link

any consideration of not using sqlparser #21

Closed Kilerd closed 1 year ago

Kilerd commented 1 year ago

crate link: https://docs.rs/sqlparser/latest/sqlparser/

kawasin73 commented 1 year ago

This project aims to have zero dependencies, so I'm planning to write the SQL parser myself. It's also a learning experience for me.

But thank you for the suggestion nonetheless!