Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
type
postgresClient
struct
{
24
q *dbgen.Queries
25
db *pgxpool.Pool
26
}
27
28
func
NewClient(db *pgxpool.Pool) dbpkg.Client {
29
return
&postgresClient{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected