go-saas / saas

go data framework for saas(multi-tenancy)
MIT License
250 stars 44 forks source link

Database architectures documentation #11

Open TebanHB opened 1 year ago

TebanHB commented 1 year ago

Your documentation about the different database architectures is wrong, I invite you to visit: https://learn.microsoft.com/en-us/azure/azure-sql/database/saas-tenancy-app-design- patterns?view=azuresql Regards

goxiaoy commented 1 year ago

Actually the pictures of my documentation are adapted from this link, and I already quote it as reference in https://github.com/go-saas/saas/blob/main/README.md#references

The shared means Catalog from the original one The shared database may store more information then the catalog from the host side.

Would you please point out which part of the documentation is wrong or misunderstanding?