SQL design around lack of cross-database foreign key references

前端 未结 9 1049
既然无缘
既然无缘 2020-12-15 05:22

For better or worse, we have a solution that relies on multiple databases that all reference a common administration database. Databases ship as part of modules, and not al

9条回答
  •  無奈伤痛
    2020-12-15 06:02

    You should implement a Service Oriented Architecture. Where the different services in the system are running with their on database schema. Then let you applications run independently from any databases but let them run against the services.

提交回复
热议问题