DrizzleSerializeContext
Defined in: expr/src/utils/serializeDrizzle.ts:9
Drizzle serialization context: the sql template tag and the columns map (both taken
from formatQuery's context), used to resolve field operands to Drizzle Columns.
Properties
columns
columns:
Record<string,unknown>
Defined in: expr/src/utils/serializeDrizzle.ts:11
sql
sql:
DrizzleSqlTag
Defined in: expr/src/utils/serializeDrizzle.ts:10
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.