I have a web app using flask and sql-alchemy. I want to separate my flask app into blueprint but i am unable to create a database in a blueprint. How do i do it?
Here