Versions in this module Expand all Collapse all v0 v0.2.3 Dec 20, 2023 v0.2.2 Dec 20, 2023 v0.2.1 Dec 20, 2023 v0.2.0 Dec 20, 2023 Changes in this version + const PostgresBigintMax + const PostgresBigintMin v0.1.0 Dec 10, 2023 Changes in this version + type ConnectionCreds struct + Database string + Host string + Password string + Port int16 + SSL bool + Username string + type Manager struct + Database *sql.DB + Options *Options + OutputFilename *string + func NewManager(outputFile *string, connData *ConnectionCreds, options *Options) (Manager, error) + func (m Manager) Compress() + func (m Manager) Pack() error + type Options struct + Compress bool + DataOnly bool + RecordMode string