awtkns/fastapi-crudrouter
A dynamic FastAPI router that automatically creates CRUD routes for your models observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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: 2083
- days_rel: n/a
- days_push: 1036
- n_releases_24m: 0
Adoption not part of the score
1696 stars · 177 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library extending FastAPI's APIRouter that automatically generates and documents CRUD REST routes from Pydantic models and database backends. It supports in-memory, SQLAlchemy, Databases, Ormar, and Gino backends with pagination, custom schemas, and per-route dependency injection.
Use cases
- generate crud rest api endpoints automatically
- rapidly prototype a fastapi rest api
- avoid rewriting boilerplate crud routes
- auto-generate create and update pydantic schemas
- add pagination to fastapi list endpoints
- secure generated routes with per-route dependencies
- build crud endpoints from sqlalchemy models
When to choose
- you use FastAPI and want standard CRUD routes for models with minimal boilerplate
- you're prototyping a hackathon or demo API quickly
- you want automatic OpenAPI documentation for generated routes
When to avoid
- you need highly custom, non-CRUD endpoint logic or complex query APIs
- you need async SQLAlchemy support or very recent FastAPI versions, since releases stopped in 2023
- your project requires an actively maintained dependency
Facets
library · maturity maintenance
api-framework web-framework routing orm database web-development backend apis databases python fastapi crud code-generation rest pydantic sqlalchemy openapi web-server
10 sources
- readme: https://github.com/awtkns/fastapi-crudrouter · fetched 2026-08-28 · 51f005106b7e
- homepage: https://fastapi-crudrouter.awtkns.com · fetched 2026-08-29 · 7d0ac91deb81
- registry_pypi: https://pypi.org/pypi/fastapi-crudrouter/json · fetched 2026-08-29 · a6cbe63b390d
- site_page: https://fastapi-crudrouter.awtkns.com/releases · fetched 2026-08-29 · 3a7718bccd65
- site_page: https://fastapi-crudrouter.awtkns.com/pagination · fetched 2026-08-29 · 133a7364a1ac
- site_page: https://fastapi-crudrouter.awtkns.com/backends/async · fetched 2026-08-29 · 8e4a8c5e385e
- site_page: https://fastapi-crudrouter.awtkns.com/schemas · fetched 2026-08-29 · 02d37afc1036
- site_page: https://fastapi-crudrouter.awtkns.com/routing · fetched 2026-08-29 · 28b7d477390b
- site_page: https://fastapi-crudrouter.awtkns.com/dependencies · fetched 2026-08-29 · 310201bd2c80
- site_page: https://fastapi-crudrouter.awtkns.com/backends/memory · fetched 2026-08-29 · 67a3ec6a25a0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| awtkns/fastapi-crudrouter | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="awtkns/fastapi-crudrouter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem