MCPcopy
hub / github.com/remix-run/remix / rawSql

Function rawSql

packages/data-table/src/lib/sql.ts:82–84  ·  view source on GitHub ↗
(text: string, values: unknown[] = [])

Source from the content-addressed store, hash-verified

80 * ```
81 */
82export function rawSql(text: string, values: unknown[] = []): SqlStatement {
83 return { text, values }
84}

Callers 6

sql.test.tsFile · 0.90
execMethod · 0.90
hasMigrationJournalFunction · 0.90
loadJournalRowsFunction · 0.90
insertJournalRowFunction · 0.90
deleteJournalRowFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…