DEV Community

Discussion on: Application Design for Multi-Tenancy Apps

Collapse
 
raucoustortoise profile image
Michael Mather

Does it have to be SQL databases? Usually I'm on the other side of the argument but if you're unsure of the data schema you'd be much better off with a NoSQL db rather than messing around with tracking schema changes differently for each user.

Collapse
 
pmkroeker profile image
Peter

Oh interesting. Had not thought of that as an option. Currently we are using MariaDB, which led to some of the restriction. I would have to check if we could start using a NoSQL db.