GitHub - ms705/nom-sql: Rust SQL parser written using nom
-
Notifications
You must be signed in to change notification settings - Fork 39
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
nom-sql
An incomplete Rust SQL parser written using nom.
This parser is a work in progress. It currently supports:
- most
CREATE TABLEqueries; - most
INSERTqueries; - simple
SELECTqueries; - simple
UPDATEqueries; and - simple
DELETEqueries.
We try to support both the SQLite and MySQL syntax; where they disagree, we choose MySQL. (It would be nice to support both via feature flags in the future.)
About
Rust SQL parser written using nom
Resources
License
Stars
Watchers
Forks
Releases
No releases published