Versions in this module Expand all Collapse all v0 v0.0.2 Aug 19, 2025 Changes in this version + type App struct + func New(cfg *Config, log *slog.Logger) (*App, error) + func (a *App) Run() error + func (a *App) Stop() error + type Config struct + DBName string + Host string + Password string + Port uint16 + SSLMode string + User string