genna

command module
v0.0.0-...-45b908b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2019 License: MIT Imports: 1 Imported by: 0

README

Genna - cli tool for generating go-pg models

Go Report Card

Requirements:

  • go-pg
  • your PostgreSQL database
Idea

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.

Usage
  1. Install go get github.com/dizzyfool/genna
  2. 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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
generators

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL