issues
search
SeaQL
/
otter-sql
🦦 An Embeddable SQL Executor in Rust
Apache License 2.0
26
stars
2
forks
source link
Select an SQL parser
#3
Closed
Samyak2
closed
2 years ago
Samyak2
commented
2 years ago
Choices
https://github.com/sqlparser-rs/sqlparser-rs
Seems like the obvious choice
https://github.com/mttr/rusql
Last modified 8 years ago
The parser will need to be extracted and worked on
https://github.com/ms705/nom-sql
Last modified 2 years ago
Supports both MySQL and SQLite
https://github.com/superjobru/clickhouse-sql-parser
Last modified 2 years
Only for Clickhouse's dialect
tyt2y3
commented
2 years ago
I think sqlparser-rs is the no brainer
Choices