Draft Prototypes and Tests for UUIDv6 and beyond
Name | Language | UUIDv6 | UUIDv7 | UUIDv8 | RFC/Draft |
---|---|---|---|---|---|
uuid6/prototypes/python | Python | Yes | Yes | Yes | 01 |
jdknezek/uuid6-zig | Zig | Yes | Yes | No | 01 |
daegalus/uuid/tree/uuid6 | Dart | Yes | Yes | No | 01 |
f4b6a3/uuid-creator | Java | Yes | No | No | 01 |
chrylis/time-based-uuid-reordering | Java | Yes | No | No | 01 |
mikemix/php-uuid-v6 | PHP | Yes | No | No | 0x |
kurttheviking/uuid-with-v6-js | JavaScript | Yes | No | No | 0x |
bradleypeabody/gouuidv6 | GO | Yes | No | No | 0x |
sprql/uuid7-ruby | Ruby | No | Yes | No | 01 |
kjmph/UUID_v7_for_Postgres.sql | Postgres | No | Yes | No | 01 |
Note: UUIDv8 prototypes will likely vary among implementations
Create a repository and open a Pull Request to have this table updated.
Please include:
- Link to repository
- Programming language used
- List UUIDvX versions supported in repository
- Define RFC version you are implementing (Preferably the latest available)
- Any comments/notes to include