Hacker News new | ask | show | jobs
by pksunkara 1088 days 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