|
|
|
|
|
by Squid_Tamer
2164 days ago
|
|
I worked on a SaaS project who's customers are companies in an old-fashioned industry. A common requirement was that their data shouldn't be stored in the same database tables as any other customer. They were fine with it being co-located on the same cloud servers, using the same credentials... as long as their data wasn't on the same tables. So I used postgres templates to make a database per customer. Didn't make much sense to me either but whatever pays the bills I guess. |
|