The fractional indexing utility type
The Drizzle table type
The column type that stores fractional indices
The record type for grouping columns
The record type for cursor columns
Readonly
columnThe column that stores the fractional index.
Must be branded with the fractional index type using $type<FractionalIndexOf<F>>()
.
Readonly
cursorThe columns that uniquely identify a row within a group.
Readonly
fraciA fraci instance.
Readonly
groupThe columns that define the grouping context for the fractional index.
Readonly
tableThe table to which the fractional index belongs.
Configuration for using fractional indexing with Drizzle ORM. This type defines the structure needed to integrate fractional indexing into a Drizzle ORM database schema, including the table, column, and grouping information.