Active development in progress
gormgx.go -v make-migrations
- Models specifications must be in one (1) go file. Preferably
models.go
- Override Foreign Key must be of the form
ModelNameRefer
. - Foreign key must be
Interface{}
. Gormgx will extract the extact model from the tags
export DATABASE_DSN="host=localhost user=gorm password=gorm dbname=gorm port=9920 sslmode=disable TimeZone=Africa/Nairobi"
Gormgx is still in development and not ready for productive use yet