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, […]