383 B
383 B
MutlitenantStack
This is a project to demonstrate multi tenancy usage in beego using postgres and seperated databases
The api was scaffolded using:
bee api multitenantStack -driver=postgres -conn="host=127.0.0.1 port=5435 user=postgres password=postgre dbname=company_template sslmode=disable"
then `bee run -downdoc=true``
To regenerate docs simply run bee generate docs