Skip to content

Commit

Permalink
Update README.md (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Pastro committed Jun 8, 2023
1 parent 3c31ade commit b371db9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ $ sqlite3
> .load uuidv7.so
> select uuid_generate_v7();
018898f3-3067-703b-8292-e2def527c6b4
> sqlite> select quote(uuid_generate_v7_bytes());
> select quote(uuid_generate_v7_bytes());
X'018898F33745703BA7618E0C33AECF3E'
> .quit
```

## Tests

Yes, I should add tests.

0 comments on commit b371db9

Please sign in to comment.