#Multi tenant - 1 db per tenant on mongo nestjs
2 messages · Page 1 of 1 (latest)
@runic hare - MongoDB (or rather its client) isn't a great solution for this. If you can keep the number of tenants per app low, you'll get away with it. Otherwise, you'll need to look for a different data store.