Versions in this module Expand all Collapse all v0 v0.0.1 May 17, 2024 Changes in this version + func NewDbPool(ctx context.Context, dbConfig DbConfig) (*pgxpool.Pool, error) + type DbConfig struct + Database string + Host string + Password string + Port uint16 + User string