Skip to content
/ pgen Public
forked from ekhabarov/go-pg-generator

Golang struct generator for PostgreSQL

Notifications You must be signed in to change notification settings

ll/pgen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang struct generator for PostgreSQL

CLI tool for generation Golang structures by table definition from PostgreSQL.

Install

go mod tidy
go build ./... 
cp pgen $GOPATH/bin

Help

Usage:
  pgen [OPTIONS]

Application Options:
  -s, --server=         Server name or IP address (default: 127.0.0.1)
  -p, --port=           Port (default: 5432)
  -u, --user=           Database user.
  -w, --password=       Database password.
  -d, --database=       Database name.
  -t, --tables=         Tables to export.
      --ssl=            SSL mode (require|verify-full|verify-ca|disable) (default: disable)
      --pkg=            Package name for generated files.

Help Options:
  -h, --help            Show this help message

About

Golang struct generator for PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%