Is it possible to use raw strings without sql
templating?
#989
dhruv-nudge
started this conversation in
General
Replies: 1 comment 1 reply
-
https://github.com/porsager/postgres?tab=readme-ov-file#unsafe-raw-string-queries |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am having my own query mapper layer which uses string templating, and it is conflicting with string templating of postgres.js in a weird way. For e.g. I am not able to pass order by column simply like
param.orderby
in the raw SQL.Beta Was this translation helpful? Give feedback.
All reactions