codeschool / sqlite-parser

JavaScript implentation of SQLite 3 query parser
MIT License
331 stars 57 forks source link

Feature Request: add stringify method #50

Closed lifeiscontent closed 4 years ago

lifeiscontent commented 6 years ago

from what I can tell, you can build an AST from the parser, but theres no way to go back to a string.

Is this a feature contained in another package somewhere? Or are there plans on adding this?

lvivier commented 6 years ago

@lifeiscontent this has been discussed before (#23). @jdrew1303 created two packages that should do what you want: