benavlabs/fastcrud
FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities. observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 88
- Release rhythm 89
- Longevity 69
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 10.0
- age_days: 968
- days_rel: 73
- days_push: 73
- n_releases_24m: 27
Adoption not part of the score
1567 stars · 112 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FastCRUD is a Python library for FastAPI that provides fully async CRUD operations built on SQLAlchemy 2.0 (or SQLModel) with Pydantic schemas. It auto-generates CRUD endpoints with features like auto-detected joins, dynamic filtering and sorting, and offset/cursor pagination.
Use cases
- generate crud endpoints for fastapi models
- async database crud operations with sqlalchemy
- build rest api endpoints automatically from pydantic schemas
- add cursor pagination for infinite scrolling in fastapi
- perform joins across sqlalchemy models without writing join conditions
- scaffold a fastapi backend crud layer quickly
When to choose
- you use FastAPI with SQLAlchemy 2.0 or SQLModel and want to eliminate boilerplate CRUD code
- you need auto-generated endpoints with joins, filtering, sorting, and pagination out of the box
- your stack is fully async and you want non-blocking database operations
When to avoid
- you use a non-SQLAlchemy ORM or a non-relational database
- you need fine-grained manual control over every endpoint's query logic and don't want generated abstractions
- your project is not built on FastAPI
Facets
library · maturity active
orm database api-framework routing serialization web-development backend apis databases developer-tools python cross-platform fastapi crud sqlalchemy pydantic async auto-generated-endpoints pagination sqlmodel web-server
3 sources
- readme: https://github.com/benavlabs/fastcrud · fetched 2026-08-28 · 4e4cc7c835a3
- homepage: https://benavlabs.github.io/fastcrud/ · fetched 2026-08-29 · cd0cf5954393
- registry_pypi: https://pypi.org/pypi/fastcrud/json · fetched 2026-08-29 · 981e1538d32a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| benavlabs/fastcrud | main | 85 |
For agents
markdown · JSON · MCP: product_card(name="benavlabs/fastcrud")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem