e071084ebe
govulncheck / govulncheck (push) Waiting to run
Harness (E2E) / Harnesses (mock LLM) (push) Waiting to run
Harness (E2E) / Provider harnesses (live LLM conformance) (push) Waiting to run
Lint / golangci-lint (push) Waiting to run
Run Tests / Unit Tests (push) Waiting to run
Run Tests / Etcd Integration Tests (push) Waiting to run
9 lines
123 B
Go
9 lines
123 B
Go
package pgx
|
|
|
|
import "github.com/jackc/pgx/v5/pgxpool"
|
|
|
|
type DB struct {
|
|
conn *pgxpool.Pool
|
|
tables map[string]Queries
|
|
}
|