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
964 stars 150 forks source link

Add ordering by attribute to BaseCRUD #19

Closed bazylhorsey closed 1 year ago

bazylhorsey commented 1 year ago

Please feel free to clean this up if it can be improved at all. :)