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