MaterializerResult
MaterializerResult = {
bindValues:BindValues;sql:string;writeTables?:ReadonlySet<string>; } |Any|string
Defined in: packages/@livestore/common/dist/schema/EventDef/materializer.d.ts:44
Result type for materializer functions.
Can be one of:
- A QueryBuilder operation (recommended for type safety)
- A raw SQL string
- An object with SQL, bind values, and optional write table tracking