MCPcopy Create free account
hub / github.com/cortexproject/cortex / DB

Struct DB

pkg/configs/db/postgres/postgres.go:39–42  ·  view source on GitHub ↗

DB is a postgres db, for dev and production

Source from the content-addressed store, hash-verified

37
38// DB is a postgres db, for dev and production
39type DB struct {
40 dbProxy
41 squirrel.StatementBuilderType
42}
43
44type dbProxy interface {
45 Exec(query string, args ...any) (sql.Result, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected