mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-08 23:56:37 +02:00
SaaS Truss
Copyright 2019, Geeks Accelerator
accelerator@geeksinthewoods.com.com
Description
Truss provides code generation to reduce copy/pasting.
Local Installation
Build
go build .
Usage
./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>