Y
Hacker News
new
|
ask
|
show
|
jobs
by
sb8244
965 days ago
Yup! I lean towards a tenant ID approach. I ALWAYS use a library that enforces these tenant checks on queries. Ruby (
https://github.com/citusdata/activerecord-multi-tenant
) and Elixir (I wrote
https://github.com/sb8244/ecto_tenancy_enforcer
) are the ones I have experience with.