Is it possible to use raw strings without sql
templating?
#989
dhruv-nudge
started this conversation in
General
Replies: 1 comment
-
https://github.com/porsager/postgres?tab=readme-ov-file#unsafe-raw-string-queries |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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