MCPcopy Index your code
hub / github.com/Effect-TS/effect / table

Function table

packages/cluster/src/SqlMessageStorage.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 yield* Effect.orDie(
36 Migrator.make({})({

Callers 2

migrationsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected