vscode-sqltools icon indicating copy to clipboard operation
vscode-sqltools copied to clipboard

Can you publish the `QueryParser` to npm?

Open smaspe opened this issue 4 years ago • 0 comments

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

smaspe avatar Aug 28 '20 13:08 smaspe