Skip to main content

DrizzleSerializer

DrizzleSerializer = (sql: DrizzleSqlTag, opts: ValueProcessorOptions, ...args: unknown[]) => unknown

Defined in: expr/src/types.ts:93

Drizzle serializer: receives the sql tag, the format options, then the already-serialized argument operands (Drizzle Columns, SQL fragments, or literal values), and returns an SQL fragment. Used for the "drizzle" format.

Parameters

ParameterType
sqlDrizzleSqlTag
optsValueProcessorOptions
...argsunknown[]

Returns

unknown


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.