s-private API Documentation - v3.8.1
    Preparing search index...
    • Generates a new UUIDv7 identifier.

      Returns string

      A new UUIDv7 string

      UUIDv7 is a time-ordered UUID that provides both uniqueness and sortability. The timestamp is embedded in the first 48 bits, making it suitable for database primary keys where insertion order matters.

      const id = uuidv7();
      // "01912c9a-5e8a-7b5c-8a1b-2c3d4e5f6a7b"