
Guides· 1 min read
UUID v7 is why I built a new generator
Every UUID generator online defaults to v4. That was right in 2015 and wrong now. Here is why v7 is the modern default for database keys, plus the generator and public API I built for it.
Tag

Every UUID generator online defaults to v4. That was right in 2015 and wrong now. Here is why v7 is the modern default for database keys, plus the generator and public API I built for it.