MCPcopy Index your code
hub / github.com/InferCore/InferCore / postgresStore

Struct postgresStore

internal/requests/postgres.go:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50`
51
52type postgresStore struct {
53 db *sql.DB
54}
55
56// NewPostgresStore opens a Postgres-backed ledger using lib/pq (connection string / DSN).
57func NewPostgresStore(dsn string) (Store, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected