What's a UUID? A UUID (Universal Unique Identifier) is a standardised implementation of generating unique byte sequences. In string format, these UUIDs look like this: ...
Using a regular uuid as a primary key is guaranteed to be slow. This package solves the performance problem by storing slightly tweaked binary versions of the uuid ...