mirror of
https://github.com/gofiber/storage.git
synced 2025-10-13 20:33:56 +08:00
pgx v5
This commit is contained in:
@@ -3,7 +3,7 @@ package v2
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/jackc/pgx/v4/pgxpool"
|
||||
"github.com/jackc/pgx/v5/pgxpool"
|
||||
)
|
||||
|
||||
// Config defines the config for storage.
|
||||
|
@@ -5,7 +5,7 @@ import (
|
||||
"database/sql"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/jackc/pgx/v4/pgxpool"
|
||||
"github.com/jackc/pgx/v5/pgxpool"
|
||||
"reflect"
|
||||
"strings"
|
||||
"time"
|
||||
|
Reference in New Issue
Block a user