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

better created_at and updated_at handling #41

Closed luebke-dev closed 1 year ago

jonra1993 commented 1 year ago

Thanks for this PR @SebastianLuebke