Hacker News new | ask | show | jobs
by marcus_holmes 1926 days ago
I don't use ORMs any more. I found that at some point you're always fighting the ORM to do something with the data that it doesn't like.

I just use SQL these days. Way better. More boilerplate, but that's not a bad thing.