Open MatthewAry opened 8 months ago
@MatthewAry thanks for the suggestion, that's a really nice feature to add to our library. I'll take a look on adding that after some other improvements that I'm working right now (mainly speeding up query execution with #1337)
Is your feature request related to a problem? Please describe. DX can be improved by adding support for writing raw GoogleSQL queries using a template literal tag. This is a convenient way to write statements while mitigating risks of sql injection attacks.
Describe the solution you'd like For details on what this is please see:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#tagged_templates
Describe alternatives you've considered I've considered using a third party solution for a different flavor of SQL, but there is a risk that it can have unexpected or undesirable results.
Thank you.