Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ PgStoreLayer
Function
PgStoreLayer
packages/infra/src/Store/SQL/Pg.ts:360–363 ·
view source on GitHub ↗
(cfg: StorageConfig)
Source
from the content-addressed store, hash-verified
358
query: sqlText
359
})
360
)
361
}))
362
},
363
364
queryRaw: (query) =>
365
s.all.pipe(
366
Effect.map(query.memory),
Callers
1
StoreMakerLayer
Function · 0.90
Calls
1
toLayer
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…