vscode-sqltools
vscode-sqltools copied to clipboard
Can you publish the `QueryParser` to npm?
Is your feature request related to a problem? Please describe.
I'm writing a driver for another SQL database, but the fact that the queries are sent as a single string means I now have to split those queries. The QueryParser
you have in the util package would help with that.
Describe the solution you'd like A couple of the sqltools part are already published in NPM, it would be nice if that parser was also a part of it, either with the rest of the util directory, or on its own
Describe alternatives you've considered Most SQL parser I could find focus on fully parsing a single query, rather than separating grouped queries.
Additional context