The database refuses cross-tenant reads
Row-Level Security is FORCED on every tenant table — the rule binds even the table owner, not just application code.
ALTER TABLE requirements ENABLE ROW LEVEL SECURITY;
ALTER TABLE requirements FORCE ROW LEVEL SECURITY;
this is EstiWright
It's in the works.
EstiWright is in development — join the waitlist for early access.