API Design Python Software Architecture

FastCRUD for FastAPI: Less Repetitive CRUD, Not Less Architecture

One FastAPI tool I’ve found genuinely useful lately is FastCRUD. More specifically, it is a practical way to reduce the repetitive work around FastCRUD for FastAPI projects that use SQLAlchemy. When you are building a conventional API with FastAPI and SQLAlchemy, the repeated work adds up quickly. Every new resource can mean creating a record, […]

Subscribe to Our Newsletter

We don’t spam! Read our privacy policy for more info.