目录1、使用Flask-SQLAlchemy管理数据库1.1 配置Flask_SQLAlchemy1.2 定义数据库模型1.3 创建数据库和表1.4 数据库操作1.4.1 Create1.4.2 Read1.4.3 Update1.4.4 Delete1.4.5 在视图函数里操作数据库