schema0-rls
Installation
SKILL.md
Row-Level Security (RLS) Setup
Database tables with Row-Level Security policies for user-scoped data access.
When to Use
- Set up database tables with Row-Level Security policies
- Configure authenticated database connections
- Implement user-scoped data access
- Secure database operations with user-based access control
Quick Start: Generate RLS Router
schema0 sandbox exec "bun run scaffold-scripts/generate.ts rls-service <name>"
Generated output: packages/api/src/routers/[name].ts -- ORPC router with protectedProcedure, createRLSTransaction, CRUD with RLS.