MCPcopy Create free account
hub / github.com/Effect-TS/effect / TransactionConnection

Function TransactionConnection

packages/effect/src/unstable/sql/SqlClient.ts:338–341  ·  view source on GitHub ↗
(
  clientId: number
)

Source from the content-addressed store, hash-verified

336 * @since 4.0.0
337 */
338export const TransactionConnection = (
339 clientId: number
340): Context.Service<TransactionConnection, TransactionConnection.Service> =>
341 Context.Service(`effect/sql/SqlClient/TransactionConnection/${clientId}`)
342
343/**
344 * Context reference used by SQL integrations to opt in to safe integer

Callers 2

SqlClient.tsFile · 0.70
makeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected