6 lines
131 B
Go
6 lines
131 B
Go
package database
|
|
|
|
import "github.com/jackc/pgx/v5/pgxpool"
|
|
|
|
func NewConnectionPool(connectionString string) (*pgxpool.Pool, error)
|