MCPcopy Create free account
hub / github.com/effect-app/libs / withTransaction

Function withTransaction

packages/infra/src/Store/SQL.ts:733–736  ·  view source on GitHub ↗
(effect)

Source from the content-addressed store, hash-verified

731
732 return s
733 })
734 }
735}
736
737export function SQLiteStoreLayer(
738 cfg: StorageConfig,
739 options?: { makeSqlClientLayer?: (namespace: string) => Layer.Layer<SqlClient.SqlClient> }

Callers

nothing calls this directly

Calls 2

withNsSqlFunction · 0.85
pipeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…