You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-07-03 00:58:13 +02:00
Copper Valley was here
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
Copyright 2019, Geeks Accelerator
|
Copyright 2019, Geeks Accelerator
|
||||||
twins@geeksaccelerator.com
|
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
|
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
|
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
|
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
|
||||||
|
Reference in New Issue
Block a user