Filer Store: postgres backend support pgbouncer (#7077)

support pgbouncer
This commit is contained in:
Chris Lu
2025-08-03 11:56:04 -07:00
committed by GitHub
parent d49b44f2a4
commit 4fb7bbb215
7 changed files with 73 additions and 19 deletions

View File

@@ -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"
)