Ross ROSS = Recommend OSS · open-source software intelligence for agents

awtkns/fastapi-crudrouter

A dynamic FastAPI router that automatically creates CRUD routes for your models observed · 2026-08-28

github.com/awtkns/fastapi-crudrouter · homepage · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
awtkns/fastapi-crudroutermain23

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