SQLite's UUID v4 extension, packaged as a gem. The main use-case is to allow using UUIDs as primary keys with SQLite in Rails apps. This gem compiles SQLite's uuid extension into a shared library ...
Represents a subset of a universally unique identifier (UUID) as specified in the draft rfc9562. This is mostly intended for educational purposes, as I see many people who seem to confuse UUIDs (or ...