initial commit

This commit is contained in:
2026-03-03 18:25:00 +05:00
commit 723d884fc2
16 changed files with 491 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package database
import "github.com/jackc/pgx/v5/pgxpool"
func NewConnectionPool(connectionString string) (*pgxpool.Pool, error)