logoalt Hacker News

estreepertoday at 1:06 AM0 repliesview on HN

A nice tradeoff in many cases is to have a separate schema rather than a separate database, which allows preserving referential integrity and using the database’s RBAC to restrict access to the schemas. This also means things like cascading deletes can still work.