initial commit
This commit is contained in:
5
internal/database/postgres.go
Normal file
5
internal/database/postgres.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package database
|
||||
|
||||
import "github.com/jackc/pgx/v5/pgxpool"
|
||||
|
||||
func NewConnectionPool(connectionString string) (*pgxpool.Pool, error)
|
||||
Reference in New Issue
Block a user