Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Most ORMs (including Django) let you easily drop-down into writing your own custom SQL queries when the need arises.


I've used Django and many others and while you can do this, you end up with code that isn't very clean.


Depends on your definition of 'clean'. I think Django found a very solid way to handle raw SQL statements[0].

[0] https://docs.djangoproject.com/en/dev/topics/db/sql/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: