Skip to content

Commit 0669cfd

Browse files
Updated readme
1 parent af17f43 commit 0669cfd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ See [ADDING_EXTENSIONS.md](docs/ADDING_EXTENSIONS.md) for instructions on how to
8686

8787
|Extension|About|
8888
|-|-|
89-
|`uuid`|RFC-4122 UUID generation (built-in)|
89+
|`uuid4`|RFC-4122 UUIDv4 (Random) generation (built-in)|
90+
|`uuid7`|RFC-9562 UUIDv7 (Time-ordered) generation (built-in)|
9091
|[sqlite-vec](./extensions/sqlite-vec)|A vector search SQLite extension that runs anywhere!|
9192

9293
Contributions are welcome!

0 commit comments

Comments
 (0)