KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
sql-lexer
★ 18
Open GitHub ↗
An SQL lexer for Node.js
Download README (.md)
Explore Similar Repositories
terrainwatersim
:
Some experiments with realtime water simulation on terrain, using OpenGL 4.3.
webaudiosnip
:
online audio editor
nplm
:
Fork of http://nlg.isi.edu/software/nplm/ for threadsafety and efficiency.
WindowsRTLib
:
From Surface RT Recovery Image, boot.wim.
heroku-grunt
:
Details the creation of an application that can be hosted on Heroku and built with Grunt
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sql-lexer
?
Download (.md)
An SQL Lexer for JavaScript --------------------------- [](https://travis-ci.org/iarna/sql-lexer) This is the start of an SQL lexer for JavaScript. When complete, it should be able to produce tokens suitable for parsing standard SQL92 and SQL2011. Support for intervening versions is dependent on availability of documentation. Lexing is currently available for SQL92, MySQL and SQLite. Postgres is intended for addition soon. See the examples directory for syntax highlighters and token dumpers. This library is intended to be the basis for other tools: * Script executers that provide better diagnostics then dumping a .sql file into the commandline. * Parsers, which can then SQL level diffs / migration help (ala [Modyllic](http://github.com/OnlineBuddies/Modyllic)), schema translation (ala [SQL::Translator](https://metacpan.org/pod/SQL::Translator)), and SQL quering of non-SQL backends (ala [DBD::CSV](https://metacpan.org/pod/DBD::CSV))