DEV Community

Discussion on: Flask vs. Django?

Collapse
 
abdurrahmaanj profile image
Abdur-Rahmaan Janhangeer

no i mean, flask does not have in-built querying capabilities.

flask-sqlalchemy is just a wrapper for sqlalchemy, a normal python orm

Thread Thread
 
imronlearning profile image
Michael Learns

Oh! Sorry, I failed to mention that. 😅 Flask on its own does not come with querying capabilities. I recall having to install flask-sqlalchemy via pip in order to do querying from my database. Thanks! 👍

Thread Thread
 
abdurrahmaanj profile image
Abdur-Rahmaan Janhangeer

i appreciate your article though, having written it, now you know more about the matter!

Thread Thread
 
imronlearning profile image
Michael Learns

Yes definitely! I've learned more about Flask and Django through it 😄 thanks for clarifying this too!