Install
GenORM uses the CLI to generate code. The genormpackage is used to invoke queries. For this reason, both the CLI and Package must be install.
CLI
go install github.com/mazrean/genorm/cmd/genorm@v1.0.1
Package
go get -u github.com/mazrean/genorm