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
ReadonlycolumnThe column that stores the fractional index.
Must be branded with the fractional index type using $type<FractionalIndexOf<F>>().
ReadonlycursorThe columns that uniquely identify a row within a group.
ReadonlyfraciA fraci instance.
ReadonlygroupThe columns that define the grouping context for the fractional index.
ReadonlytableThe 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.