Remix.run Logo
sedatk 3 days ago

> I hope that's not literally incrementing a sequence

It's literally incrementing it by one:

https://github.com/ulid/javascript/blob/11c2067821ee19e4dc78...

https://github.com/ulid/javascript/blob/11c2067821ee19e4dc78...

vbezhenar 3 days ago | parent [-]

Well, that makes little sense for me, you can just use numeric identifier instead. Bulk inserts which generate identifiers in bulk are commonly used.

But that's easy to fix, so just implementation quirk for this particular library, the idea is sound.

sedatk 3 days ago | parent [-]

> But that's easy to fix, so just implementation quirk for this particular library, the idea is sound.

It's in ULID spec.