A larger single page application may be composed of a number of features that may be better served by having isolation between the models and overlapping entity types to reduce unintended side effects. Currently VuexORM supports a single database and Vuex entities namespace which is configured globally. Extending this to support registering multiple VuexORM databases and linking models to those namespaces, or allowing a single database to have multiple namespaces that models can be linked to would be two possible ways to solve this.
A larger single page application may be composed of a number of features that may be better served by having isolation between the models and overlapping entity types to reduce unintended side effects. Currently VuexORM supports a single database and Vuex entities namespace which is configured globally. Extending this to support registering multiple VuexORM databases and linking models to those namespaces, or allowing a single database to have multiple namespaces that models can be linked to would be two possible ways to solve this.