Hacker News new | ask | show | jobs
Show HN: Scalable Multi tenant database architecture with Supabase using RLS (github.com)
1 points by dkraj 693 days ago
Implemented a scalable multi-tenant architecture using Supabase and PostgreSQL's Row Level Security (RLS). It provides a robust foundation for building secure, isolated, and scalable applications with multiple workspaces.

Key features include: Multiple tenant (aka workspace) support with data isolation. Comprehensive Row Level Security setup. Guide for adding new tables

Open for feedbacks!!!