-
...does cr-sqlite have any special support for them? Can always use fractional indexing if not, but I was wondering if they are supported in a more high level way? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Not at the moment. You'll need to use fractional indexing as you suggested. See the reply below for many gotchas of fractional indexing. tldr: |
Beta Was this translation helpful? Give feedback.
-
For sequences: going to take the simple route and just write a I.e., something just like https://github.com/yjs/y-leveldb but targeting sqlite. We can continue rabbit-holing on more exotic options (#65) in the future. |
Beta Was this translation helpful? Give feedback.
Not at the moment. You'll need to use fractional indexing as you suggested.
See the reply below for many gotchas of fractional indexing.
tldr:
crsqlite
will incorporate first class support for fractional indices in Q1 2023.