Guides
Each guide covers one integration surface:
- SQLAlchemy models — declaring policies with
RLSMixinand collecting them into the registry. - FastAPI integration — the session dependency and identity resolution.
- Async — async engines,
AsyncSession, and task isolation. - Alembic migrations —
op.create_policyand friends. - CLI —
fastapi-rls sync/plan/auditwithout Alembic.
Written and maintained by Kuldeep Pisda · source on GitHub