MCPcopy Create free account
hub / github.com/Seb-C/kiss-orm / updateAndGet

Method updateAndGet

src/Databases/SqliteDatabase.ts:99–102  ·  view source on GitHub ↗
(standardUpdateQuery: SqlQuery)

Source from the content-addressed store, hash-verified

97 }
98
99 async updateAndGet(standardUpdateQuery: SqlQuery): Promise<null|any[]> {
100 await this.query(standardUpdateQuery);
101 return null;
102 }
103}

Callers

nothing calls this directly

Calls 1

queryMethod · 0.95

Tested by

no test coverage detected