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