You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-15 00:15:15 +02:00
34 lines
515 B
Markdown
34 lines
515 B
Markdown
![]() |
# SaaS Truss
|
||
|
|
||
|
Copyright 2019, Geeks Accelerator
|
||
|
accelerator@geeksinthewoods.com.com
|
||
|
|
||
|
|
||
|
## Description
|
||
|
|
||
|
Truss provides code generation to reduce copy/pasting.
|
||
|
|
||
|
|
||
|
## Local Installation
|
||
|
|
||
|
### Build
|
||
|
```bash
|
||
|
go build .
|
||
|
```
|
||
|
|
||
|
### Usage
|
||
|
```bash
|
||
|
./truss -h
|
||
|
|
||
|
Usage of ./truss
|
||
|
--cmd string <dbtable2crud>
|
||
|
--db_host string <127.0.0.1:5433>
|
||
|
--db_user string <postgres>
|
||
|
--db_pass string <postgres>
|
||
|
--db_database string <shared>
|
||
|
--db_driver string <postgres>
|
||
|
--db_timezone string <utc>
|
||
|
--db_disabletls bool <false>
|
||
|
```
|
||
|
|