MCPcopy
hub / github.com/kagent-dev/kagent / postgresClient

Struct postgresClient

go/core/internal/database/client_postgres.go:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type postgresClient struct {
24 q *dbgen.Queries
25 db *pgxpool.Pool
26}
27
28func NewClient(db *pgxpool.Pool) dbpkg.Client {
29 return &postgresClient{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected