fastapi-sqlmodel
There are 8 repositories under fastapi-sqlmodel topic.
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.
testdrivenio/fastapi-sqlmodel-alembic
Sample FastAPI project that uses async SQLAlchemy, SQLModel, Postgres, Alembic, and Docker.
woofz/sqlmodel-basecrud
Simple package that provides base CRUD operations for your models.
nickatnight/fastapi-backend-base
:globe_with_meridians: A base project I use for building fastapi backends
wu-clan/fastapi_sqlmodel_mysql
fastapi + pydantic-v2 + sqlmodel + alembic + mysql + redis
GeekZee/chikarestoon
We tell you what to do when you're bored
patty111/url-shorten
A url shortener using Python FastAPI, sqlite, SQLModel (alchemy+pydantic)
tzelleke/fastapi-sqlalchemy
Demo / Starter app including FastAPI, SQLAlchemy and SQLite backend.