bittorrent linked-data archives p2p bittorrent-tracker preservation data-preservation fastapi htmx bittorrent-trackers sqlmodel fastapi-sqlmodel fastapi-sqlmodel-alembic htmx-fastapi Updated Apr 9, 2025 Python
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. - genagurbanguliyev/fastapi-alembic-sqlmodel-async
- [fastapi-alembic-sqlmodel-async](https://github.com/jonra1993/fastapi-alembic-sqlmodel-async) - This is a project template which uses FastAPI, Alembic, and async SQLModel as ORM. ### Docker Images 0 comments on commit 4e45d48 Please sign in to comment. Footer...
The ultimate async setup: FastAPI, SQLModel, Alembic, Pytest Project structure The project is organized into the following directories and files: Directory/File NameDescription background_tasks/ Celery tasks crud/ CRUD operations db/ Alembic migrations models/ model files that combine data models and...