mattbishop / sql-jsonpath-js

JS implementation of the SQL/JSONPath dialect, from SQL2016.
MIT License
0 stars 0 forks source link

Basic parser implementation #1

Closed Marclev78 closed 3 years ago

Marclev78 commented 3 years ago

This doesn't do much yet, but it's based on the grammar from the Postgres docs so should cover what we need. Next step is to add in the visitor and get it to output a structured object that we can bind query methods to.

Marclev78 commented 3 years ago

I merged this one to keep PR's small.