Hacker News new | ask | show | jobs
by sluu99 4824 days ago
"If your app is simple enough, you don't need an ORM. If you think your app is complex enough to use an ORM, it probably doesn't do much good."
2 comments

I still find myself doing `for p in Person.objects.raw('SELECT * FROM myapp_person'):`...
Source please?
Source: I'm a developer. :-|
"If you want to sound credible, wrap it in quotes."

-- Me, a developer.