Hacker News new | ask | show | jobs
by pc86 4538 days ago
What use is a web framework that "includes no out of the box support for things like sessions or databases?"
2 comments

Flask doesn't include an ORM either, and it's very popular. For example.
this is where "light-weight" comes in. you could do something like use werkzeug's secure cookies and sqlalchemy for sessions and databases respectively.