pallets-eco/flask-sqlalchemy
Adds SQLAlchemy support to Flask observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 83
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5937
- days_rel: n/a
- days_push: 107
- n_releases_24m: 0
Adoption not part of the score
4309 stars · 906 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Flask-SQLAlchemy is a Flask extension that integrates SQLAlchemy, providing sensible defaults and helpers for defining models and managing sessions in Flask applications. It is part of the Pallets Community Ecosystem and simplifies common database tasks like model declaration, session handling, and schema creation.
Use cases
- add sqlalchemy to a flask app
- define database models in flask
- manage database sessions in flask
- create sqlite database tables from flask
- use an orm with flask
- connect flask to postgres or mysql
When to choose
- you're building a Flask app that needs a relational database
- you want SQLAlchemy integration with Flask-specific defaults and helpers
- you want a maintained extension from the Pallets ecosystem
When to avoid
- you're not using Flask
- you prefer configuring SQLAlchemy directly without wrapper helpers
- you need an async-first ORM integration for async Flask apps
Facets
library · maturity stable
orm database database-driver web-development backend databases python flask sqlalchemy flask-extension orm-integration web-server
2 sources
- readme: https://github.com/pallets-eco/flask-sqlalchemy · fetched 2026-08-28 · 7feefd320907
- registry_pypi: https://pypi.org/pypi/flask-sqlalchemy/json · fetched 2026-08-29 · 06484c4cf873
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pallets-eco/flask-sqlalchemy | main | 60 |
For agents
markdown · JSON · MCP: product_card(name="pallets-eco/flask-sqlalchemy")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem