1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

Remove POD architecture from readme

This commit is contained in:
Lee Brown
2019-08-16 14:52:57 -08:00
parent ad14c5b879
commit 83118e85ca

View File

@ -489,7 +489,7 @@ For more details on this service, read [web-app readme](https://gitlab.com/geeks
Schema is a minimalistic database migration helper that can manually be invoked via CLI. It provides schema versioning Schema is a minimalistic database migration helper that can manually be invoked via CLI. It provides schema versioning
and migration rollback. and migration rollback.
To support POD architecture, the schema for the entire project is defined globally and is located inside internal: The schema for the entire project is defined globally and is located inside internal:
[internal/schema](https://gitlab.com/geeks-accelerator/oss/saas-starter-kit/tree/master/internal/schema) [internal/schema](https://gitlab.com/geeks-accelerator/oss/saas-starter-kit/tree/master/internal/schema)
Keeping a global schema helps ensure business logic can be decoupled across multiple packages. It is a firm belief that Keeping a global schema helps ensure business logic can be decoupled across multiple packages. It is a firm belief that