package
0.0.0-20210206221511-69b92c98e4c6
Repository: https://github.com/juliandavidgamboa/go-db.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewPsqlInvoice return a new pointer of PsqlInvouce.
NewPsqlInvoiceHeader return a new pointer of PsqlInvoiceHeader.
NewPsqlInvoiceItem return a new pointer of PsqlInvoiceItem.
NewPsqlProduct return a new pointer of PsqlProduct.
Pool return a unique instance of db.
# Structs
PsqlInvoice used for work with postgres - invoice.
PsqlInvoiceHeader used for work with postgres - invoice_headers.
PsqlInvoiceItem used for work with postgres - invoice_item.
PsqlProduct used for work with postgres - product.