1 个仓库
Plugins and extensions that integrate SQLAlchemy ORM capabilities into web frameworks.
Distinct from Flask Integrations: Candidates are either too specific (analytical) or focus on CRUD generators; this is a general framework integration.
Explore 1 awesome GitHub repository matching web development · SQLAlchemy Integrations. Refine with filters or upvote what's useful.
Flask-SQLAlchemy 是一个关系数据库工具包,将 SQLAlchemy 对象关系映射器 (ORM) 集成到 Web 应用程序中。它作为一个数据库会话管理器和模式工具包,提供在请求生命周期内定义数据模型和执行查询所需的基础设施。 该项目以其多数据库路由引擎为特色,该引擎使用绑定键 (bind-keys) 将不同的模型映射到多个不同的数据库引擎。它还包括一个 SQL 查询审计工具,用于捕获和记录单个请求的执行语句和计时数据,以识别性能瓶颈。 该工具包涵盖了全面的关系数据建模和模式管理,包括从元数据生成物理表或反射现有数据库结构的能力。它通过请求作用域的会话管理来管理连接生命周期,并提供用于查询结果分页和事务性数据修改的实用程序。
Integrates SQLAlchemy ORM capabilities directly into the Flask web framework for model and connection management.