MCPcopy
hub / github.com/liyupi/sql-mother / runSQL

Function runSQL

src/core/sqlExecutor.ts:39–41  ·  view source on GitHub ↗
(db: Database, sql: string)

Source from the content-addressed store, hash-verified

37 * @param sql
38 */
39export const runSQL = (db: Database, sql: string) => {
40 return db.exec(sql);
41};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected