nalgeon / sqlean

The ultimate set of SQLite extensions
MIT License
3.65k stars 115 forks source link

Feature Request: support UUIDv7 #116

Closed pburrows closed 3 months ago

pburrows commented 3 months ago

Adding support for UUIDv7 would allow sequential, sortable, uuids as PK values in sqlite.

nalgeon commented 3 months ago

You are welcome to send a PR.

pburrows commented 3 months ago

Tragically, it's been 20 years since I've written anything in C. Perhaps this would be a good first issue item?

nalgeon commented 3 months ago

I'm afraid it's a little too complex for a first issue.

nalgeon commented 3 months ago

I'm not a fan of collecting backlogs, so I'll close this one.

nalgeon commented 2 months ago

UUIDv7 implemented in 0.24.0

pburrows commented 2 months ago

Thanks so much!