Hacker News new | ask | show | jobs
by esafak 1130 days ago
I use a database that supports unlimited databases, tables, and views. Makes it easy to separate tenants.
1 comments

Is it Postgres? Schema-per-tenant + table inheritance?
TiDB