Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ table
Function
table
packages/cluster/src/SqlRunnerStorage.ts:33–33 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
31
const
sql = (yield* SqlClient.SqlClient).withoutTransforms()
32
const
prefix = options?.prefix ??
"cluster"
33
const
table = (name: string) => `${prefix}_${name}`
34
35
const
acquireLockConn = sql.onDialectOrElse({
36
pg: () =>
Callers
1
SqlRunnerStorage.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected