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 is a relational database toolkit that integrates the SQLAlchemy object-relational mapper into web applications. It serves as a database session manager and schema toolkit, providing the necessary infrastructure to define data models and execute queries within a request lifecycle. The project is distinguished by its multi-database routing engine, which uses bind-keys to map different models to multiple distinct database engines. It also includes a SQL query auditing tool that captures and logs executed statements and timing data for a single request to identify performance bot
Integrates SQLAlchemy ORM capabilities directly into the Flask web framework for model and connection management.