Y
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
pekk
4538 days ago
Flask doesn't include an ORM either, and it's very popular. For example.
link
jpwagner
4538 days ago
this is where "light-weight" comes in. you could do something like use werkzeug's secure cookies and sqlalchemy for sessions and databases respectively.
link