Hacker News new | ask | show | jobs
by whenlambo 982 days ago
You can use expressions inside template literals and those are auto-escaped for you by postgres.js
1 comments

What do you mean? This is true for any template string, not specifically the tagged template strings, no?

Edit: I think I understand now from the other comment, thanks!