◐ Shell
clean mode source ↗

GitHub - ms705/nom-sql: Rust SQL parser written using nom

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

nom-sql

Build Status

An incomplete Rust SQL parser written using nom.

This parser is a work in progress. It currently supports:

  • most CREATE TABLE queries;
  • most INSERT queries;
  • simple SELECT queries;
  • simple UPDATE queries; and
  • simple DELETE queries.

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

Readme

License

MIT license

Activity

Stars

235 stars

Watchers

7 watching

Forks

39 forks

Releases

No releases published

Languages