Y
Hacker News
new
|
ask
|
show
|
jobs
by
sluu99
4872 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
lemcoe9
4872 days ago
I still find myself doing `for p in Person.objects.raw('SELECT * FROM myapp_person'):`...
link
porker
4871 days ago
Source please?
link
sluu99
4871 days ago
Source: I'm a developer. :-|
link
powatom
4870 days ago
"If you want to sound credible, wrap it in quotes."
-- Me, a developer.
link