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

Function makeSqlCommit

packages/sql-kysely/src/internal/patch.ts:66–71  ·  view source on GitHub ↗
(client: Client.SqlClient)

Source from the content-addressed store, hash-verified

64
65/** @internal */
66const makeSqlCommit = (client: Client.SqlClient) => {
67 return function(this: Compilable) {
68 const { parameters, sql } = this.compile()
69 return client.unsafe(sql, parameters as any)
70 }
71}
72
73/** @internal */
74function executeCommit(this: Executable) {

Callers 1

effectifyWithSqlFunction · 0.85

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…