Versions in this module Expand all Collapse all v0 v0.0.1 Feb 2, 2024 Changes in this version + type Postgres struct + func New() Postgres + func (p *Postgres) DB() *sql.DB + func (p *Postgres) InsertOrUpdateStruct(tableName string, data any, params ...any) (sql.Result, error) + func (p *Postgres) Query(q string, fields any, params ...any) error + func (p *Postgres) Row(q string, fields any, params ...any) error + func (p *Postgres) SqlExec(query string, name string, params ...any) (map[string]any, sql.Result)