项目文件夹

文件
2026-07-11 21:03:54 +01:00

9 行
123 B
Go

package pgx
import "github.com/jackc/pgx/v5/pgxpool"
type DB struct {
conn *pgxpool.Pool
tables map[string]Queries
}