Documentation ¶ Index ¶ func InitPool() *pgxpool.Pool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func InitPool ¶ func InitPool() *pgxpool.Pool InitPool attempts to initialize the PostgreSQL connection pool. It logs a warning if initialization fails and returns nil, allowing the app to continue. Returns the connection pool or nil if initialization failed. Types ¶ This section is empty. Source Files ¶ View all Source files postgres.go Click to show internal directories. Click to hide internal directories.