one database per client or all clients in one database. which one should I use for a online application?

前端 未结 3 904
庸人自扰
庸人自扰 2021-02-04 17:35

So I have this application that would have multiple modules, from project management to accounting modules. The question is should I have one database per client (company) or o

3条回答
  •  借酒劲吻你
    2021-02-04 18:29

    security will be a real bear if you don't use separate databases, regardless of any other concerns. you would have to be extremely cautious with coding to make sure one company doesn't see (or modify or delete) the others' data.

提交回复
热议问题