- Notifications
You must be signed in to change notification settings - Fork23
steveyen/sqld3
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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.
The SQL syntax follows sqlite 3.7 documented syntax, specifically from...
- sqlite's art/syntax/bubble-generator-data.tcl
- http://www.sqlite.org/docsrc/artifact?name=a7001f134e2f341c3b46fad9623556260530904b
- PEG.js:http://pegjs.majda.cz/
- sqlite:http://www.sqlite.org
Apache 2.0 -- this was made for you and me.
About
SQL parser in javascript
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.