Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seb-C/kiss-orm
/ updateAndGet
Method
updateAndGet
src/Databases/PgSqlDatabase.ts:70–75 ·
view source on GitHub ↗
(standardUpdateQuery: SqlQuery)
Source
from the content-addressed store, hash-verified
68
}
69
70
async
updateAndGet(standardUpdateQuery: SqlQuery): Promise<null|any[]> {
71
return
this.query(sql`
72
${standardUpdateQuery}
73
RETURNING *;
74
`);
75
}
76
}
Callers
nothing calls this directly
Calls
1
query
Method · 0.95
Tested by
no test coverage detected