mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-10 08:14:46 +08:00
Filer Store: postgres backend support pgbouncer (#7077)
support pgbouncer
This commit is contained in:
@@ -3,7 +3,7 @@ package postgres
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
_ "github.com/lib/pq"
|
||||
_ "github.com/jackc/pgx/v5/stdlib"
|
||||
"github.com/seaweedfs/seaweedfs/weed/filer/abstract_sql"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user