Requirements:
- go-pg
- your PostgreSQL database
In most of the cases go-pg models represent database's tables and relations. Genna's main goal is to prepare those models by reading detailed information about PostrgeSQL database. The result should be several files with ready to use structs.
- Install
go get github.com/dizzyfool/genna
- Read though help
genna -h
Currently genna support 3 generators:
- model, that generates basic go-pg model
- model-named, same as basic but with named structs for columns and tables (author: @Dionid)
- search, that generates search structs for basic model
- validate, that generates validate functions for basic model
Examples located in each generator