jonra1993 / fastapi-alembic-sqlmodel-async

This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.
MIT License
878 stars 143 forks source link

Feat: Add custom exception #27

Closed dongfengweixiao closed 1 year ago

dongfengweixiao commented 1 year ago

The code is very redundant. Maybe can create some baseclass (such as IdNotFoundBaseException).