Fractional Indexing

Fractional indexing provides the ability for users to sort items in a list. cr-sqlite adds support for easily managing fractional indices as well as resolving conflicts if two users, while offline, assign the same order to different items.

Overview: https://www.youtube.com/watch?v=BghFgK6VJIE

Fractional indexing will be in the next release. It is currently available on the main branch and next tags in npm.

We've outlined what fractional indexing is and how to go about it in a distributed system here: