6 ms·
Implementing support for UUIDv7 does not equal implementing support for ULID. ULID needs to be treated as a first class citizen (type, read format, storage form
by pksunkara 3y ago
Implementing support for UUIDv7 does not equal implementing support for ULID. ULID needs to be treated as a first class citizen (type, read format, storage format, converters) instead of being an afterthought result from UUIDv7.
I have built a postgres extension for adding ULID support which does what I described. https://github.com/pksunkara/pgx_ulid https://github.com/pksunkara/pgx_ulid