Contains the UUI7 extension that allows you to generate GUID in version 7 format.
UUID version 7 features a time-ordered value field derived from the widely implemented and well known Unix Epoch timestamp source, the number of milliseconds seconds since midnight 1 Jan 1970 UTC, leap seconds excluded. As well as improved entropy characteristics over versions 1 or 6.
It contains to actions that can also be called as functions in expressions.
Guid() will return a Guid string in version 7.
Is25() Returns UUID representation in Id25 format. This is a shortened version that requires 25 characters.