Categorygithub.com/aetheras-io/pgxgen
modulepackage
0.0.0-20191003031258-b853ac41f28f
Repository: https://github.com/aetheras-io/pgxgen.git
Documentation: pkg.go.dev

# README

pgxgen

Generate CRUD Struct binding Boilerplate using github.com/jackc/pgx

Usage

# recommended to use "gen" in the PackageName to signify code is robot generated
pgxgen init ${PackageName}

# modify ${PackageName}/config.toml with correct tables
(cd ${PackageName} && pgxgen generate)

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author