pip install flask-sqlalchemy
preferences >Project Interpreter, which displays all of the installed modules >click the + button at the bottom, and search for the required module
宣告方法
from flask_sqlalchemy import SQLAlchemy
參考資料
- stackoverflow (Use flask-sqlalchemy with pycharm)
- flask-sqlalchemy.pocoo.org