testdrivenio / fastapi-sqlmodel-alembicLinks
Sample FastAPI project that uses async SQLAlchemy, SQLModel, Postgres, Alembic, and Docker.
☆538Updated last year
Alternatives and similar repositories for fastapi-sqlmodel-alembic
Users that are interested in fastapi-sqlmodel-alembic are comparing it to the libraries listed below
Sorting:
- row level security for FastAPI framework☆547Updated last year
- Integration of FastAPI framework supported by Pydantic with SQLAlchemy ORM and PostgreSQL on asyncpg driver☆479Updated last week
- FastAPI CRUD☆472Updated last year
- FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)☆723Updated last year
- Fully Python async FastAPI project! 🚀☆501Updated 2 years ago
- Tools to convert SQLAlchemy models to Pydantic models☆1,284Updated this week
- api versioning for fastapi web applications☆726Updated 2 years ago
- A FastAPI based low code starter/boilerplate: SQLAlchemy 2.0 (async), Postgres, React-Admin, pytest and cypress☆498Updated this week
- Adds simple SQLAlchemy support to FastAPI☆662Updated last year
- FastAPI pagination 📖☆1,407Updated this week
- minimal-fastapi-postgres-template based on official template but rewritten☆532Updated last week
- FastAPI plugin to enable SSO to most common providers (such as Facebook login, Google login and login via Microsoft Office 365 Account)☆423Updated last week
- Example of how to handle background processes with FastAPI, Celery, and Docker☆434Updated 2 years ago
- This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using auth…