Hacker News new | ask | show | jobs
by jprosevear 514 days ago
And ultimately every ORM allows raw SQL if you need to fallback
1 comments

You need a fallback for anything involving joins or column renaming.

SQL queries do not return graphs of objects, they return arrays of rows.