The type of the fractional indexing configuration
Readonly
indicesForAfter: {Returns the indices to calculate the new index of the item to be inserted after the cursor.
Readonly
indicesForBefore: {Returns the indices to calculate the new index of the item to be inserted before the cursor.
Readonly
indicesForFirst: (Returns the indices to calculate the new index of the first item in the group.
Identical to indicesForAfter(null, group)
.
Readonly
indicesForLast: (Returns the indices to calculate the new index of the last item in the group.
Identical to indicesForBefore(null, group)
.
Type representing the enhanced fractional indexing utility for Drizzle ORM with asynchronous database engine. This type extends the base fractional indexing utility with additional methods for retrieving indices based on asynchronous database queries.