MCPcopy Index your code
hub / github.com/msgbyte/tianji / printSQL

Function printSQL

src/server/utils/prisma.ts:58–62  ·  view source on GitHub ↗
(sql: Prisma.Sql)

Source from the content-addressed store, hash-verified

56}
57
58export function printSQL(sql: Prisma.Sql) {
59 const unwrapSqlText = unwrapSQL(sql);
60
61 console.log(unwrapSqlText);
62}
63
64export async function parseWebsiteFilters(
65 websiteId: string,

Callers 1

buildFunction · 0.85

Calls 2

unwrapSQLFunction · 0.85
logMethod · 0.80

Tested by

no test coverage detected