Hacker News new | ask | show | jobs
by DanielHB 28 days ago
The main problem of mixing sql and orm together is that most orms don't provide a way to do raw queries in a type safe manner that plays well with non-raw-sql queries.