Versions in this module Expand all Collapse all v0 v0.1.0 Dec 4, 2025 Changes in this version + type Config struct + Database string + Host string + Password string + Port int + Username string + func ProvidePostgresConfig(logger *logging.Logger) Config + type DB struct + func New(cfg Config) (*DB, error) + func (db *DB) Close() error