Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/koding/kite
/ Postgres
Struct
Postgres
kontrol/postgres.go:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
type
Postgres
struct
{
37
DB *sql.DB
38
Log kite.Logger
39
}
40
41
var
(
42
_ Storage = (*Postgres)(nil)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected