launchql / pgsql-parser

PostgreSQL Query Parser for Node.js
MIT License
129 stars 23 forks source link

Add async entrypoint to parser #86

Closed acarl005 closed 1 year ago

acarl005 commented 1 year ago

Add an analogous parseAsync function plus unit test. This closes #85.