Skip to main content

defaultDrizzleSerializers

const defaultDrizzleSerializers: DrizzleSerializerRegistry

Defined in: expr/src/functions/drizzle.ts:18

Built-in "drizzle" serializers. Arithmetic and mod emit parenthesized infix SQL (+ - * / %); abs emits abs(...); min/max emit least(...)/greatest(...) (or min(...)/max(...) for the sqlite preset); upper/lower emit upper(...)/ lower(...). Each serializer receives Drizzle's sql tag, the format options, then the serialized argument operands.


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.