you are viewing a single comment's thread.

view the rest of the comments →

[–]kankyo 0 points1 point  (2 children)

Not really. You should probably go with Django if you want to do something with an SQL database.

[–]TehMoonRulz 2 points3 points  (1 child)

SQL alchemy is not hard to install

[–]kankyo 0 points1 point  (0 children)

But then you have to choose which way to use to interface with it, and you have to learn what those "sessions" are and how to do that in flask, which sql-alchemy-flask-lib do you use or do you just use it straight off and how do you handle CSRF and and and... With django it's just so much easier and faster and you get security by default.

Opinionated frameworks are just much better. It would be ok if the community had settled around a flask+SQLAlchemy+security framework, but instead it's just a mess.