MCPcopy Create free account
hub / github.com/CommE2E/comm / rawSQL

Function rawSQL

keyserver/src/database/database.js:185–187  ·  view source on GitHub ↗
(statement: SQLStatementType)

Source from the content-addressed store, hash-verified

183}
184
185function rawSQL(statement: SQLStatementType): string {
186 return mysql.format(statement.sql, statement.values);
187}
188
189async function getMultipleStatementsConnection() {
190 const dbConfig = await getDBConfig();

Callers 1

dbQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected