Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

SQL parser in javascript

License

NotificationsYou must be signed in to change notification settings

steveyen/sqld3

Repository files navigation

This project provides a PEG.js grammar for SQL syntax. Why? I wantedto properly parse SQL in JavaScript, knocking down yet another thingin that long list of things that will be reimplemented in JavaScriptone day.

See the ./sql.pegjs file, or...

Unlike previous hand-coded attempts at SQL parsing in JavaScript, suchas my previoushttp://code.google.com/p/trimpath/wiki/TrimQuery, theparsing here is grammar (PEG) based.

SQL syntax

The SQL syntax follows sqlite 3.7 documented syntax, specifically from...

See also

License

Apache 2.0 -- this was made for you and me.

About

SQL parser in javascript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp