home.social

#djangoorm β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #djangoorm, aggregated by home.social.

  1. πŸš€ Day 1 on django-rls-tenants β€” bringing true PostgreSQL Row-Level Security to Django multitenancy!

    Instead of separate schemas or filtered querysets, this library leverages native RLS policies at the DB level to isolate tenant data automatically.

    βœ… Pros:
    β€’ True DB-level isolation β€” tenants can't bleed into each other
    β€’ Transparent to Django ORM β€” no custom managers needed
    β€’ Leaner than schema-per-tenant approaches
    β€’ Scales well for high tenant counts
    β€’ Security enforced even outside the app layer

    ❌ Cons:
    β€’ PostgreSQL-only (no MySQL/SQLite support)
    β€’ RLS policies add complexity to migrations
    β€’ Debugging cross-tenant issues can be tricky
    β€’ Superuser connections bypass RLS β€” needs care
    β€’ Less community tooling than shared-schema approaches

    Still very early, but the foundations are solid. Would love feedback from anyone who's tackled multitenancy in Django before! 🐘🐍

    #Django #PostgreSQL #Python #Multitenancy #RLS #RowLevelSecurity #OpenSource #WebDev #SaaS #DjangoORM #DevLife

  2. πŸš€ Day 1 on django-rls-tenants β€” bringing true PostgreSQL Row-Level Security to Django multitenancy!

    Instead of separate schemas or filtered querysets, this library leverages native RLS policies at the DB level to isolate tenant data automatically.

    βœ… Pros:
    β€’ True DB-level isolation β€” tenants can't bleed into each other
    β€’ Transparent to Django ORM β€” no custom managers needed
    β€’ Leaner than schema-per-tenant approaches
    β€’ Scales well for high tenant counts
    β€’ Security enforced even outside the app layer

    ❌ Cons:
    β€’ PostgreSQL-only (no MySQL/SQLite support)
    β€’ RLS policies add complexity to migrations
    β€’ Debugging cross-tenant issues can be tricky
    β€’ Superuser connections bypass RLS β€” needs care
    β€’ Less community tooling than shared-schema approaches

    Still very early, but the foundations are solid. Would love feedback from anyone who's tackled multitenancy in Django before! 🐘🐍