( clientId: number )
| 336 | * @since 4.0.0 |
| 337 | */ |
| 338 | export 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 |
no outgoing calls
no test coverage detected