We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af17f43 commit 0669cfdCopy full SHA for 0669cfd
1 file changed
README.md
@@ -86,7 +86,8 @@ See [ADDING_EXTENSIONS.md](docs/ADDING_EXTENSIONS.md) for instructions on how to
86
87
|Extension|About|
88
|-|-|
89
-|`uuid`|RFC-4122 UUID generation (built-in)|
+|`uuid4`|RFC-4122 UUIDv4 (Random) generation (built-in)|
90
+|`uuid7`|RFC-9562 UUIDv7 (Time-ordered) generation (built-in)|
91
|[sqlite-vec](./extensions/sqlite-vec)|A vector search SQLite extension that runs anywhere!|
92
93
Contributions are welcome!
0 commit comments