Hacker News new | ask | show | jobs
by voganmother42 2401 days ago
Interesting, sounds (without more detail) like uuid datatype / uuid-ossp (which is available on rds)?
1 comments

ULID - https://github.com/ulid/spec it's like 48bits of control and 80 bits of power packed into 128bits of fun!!
Why store it as text rather than raw bytes?
I wanted to ship in a few hours and didn't want to get into custom data-type. Maybe v2 ;)