Skip to content

rawSqlEvent

const rawSqlEvent: EventDef<"livestore.RawSql", { bindValues?: {[x: string]: any; }; sql: string; writeTables?: ReadonlySet<string>; }, { bindValues?: {[x: string]: any; }; sql: string; writeTables?: readonly string[]; }, true>

Defined in: packages/@livestore/common/dist/schema/EventDef.d.ts:119