diff --git a/README.md b/README.md index c5fb683..bfd2bdb 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Copyright 2019, Geeks Accelerator twins@geeksaccelerator.com +Sponsored by Copper Valley Telecom The SaaS Starter Kit is a set of libraries for building scalable software-as-a-service (SaaS) applications that helps preventing both misuse and fraud. The goal of this project is to provide a proven starting point for new @@ -489,7 +490,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 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) Keeping a global schema helps ensure business logic can be decoupled across multiple packages. It is a firm belief that