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

The problem with sqla is that you need to deal with the session object all the time. Doing it right is not that easy, and never as concise.

SQLA is cleaner and more powerful, but when you just need CRUD, django wins.



Django definitely wins at CRUD because that's what it is. It calls itself a web framework but really it's a web-crud-app framework. Flask and Pyramid are web frameworks.

Dealing with the session object seems a small price to pay for the flexibility in architecture that it gets you.




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

Search: