Hacker News new | ask | show | jobs
by nicoburns 1358 days ago
Conditional text interpolation with named parameter bindings works quite well. We’ve basically abandoned the ORM for select queries at work as we find this approach more readable.
1 comments

That sounds… flakey. Variable interpolated query strings are not even close to a substitute for an ORM?