Hacker News new | ask | show | jobs
by vkaku 2712 days ago
IMO:

Django leads you to 'Hey, I wrote an app with a database' and then it gets in the way when you scale up.

Flask is definitely service-first.

If you wanted an ORM <-> DB in your service, you could go Flask+SQLAlchemy.