js-sql-parser
js-sql-parser copied to clipboard
Support variables with '$' in queries
Example
select * from some_table where userId=$userId
dollar sign variable is currently causing an error.
supported as ${param}
at v1.5.0