use randomized UUIDs for posts instead of enumerated integers #5

Open
opened 2024-08-18 00:55:38 +02:00 by mtrx · 1 comment
Owner
https://softwareengineering.stackexchange.com/a/328489
mtrx added this to the crablog project 2024-08-18 00:55:38 +02:00
mtrx changed title from use randomized string IDs for posts instead of enumerated integers to use randomized UUIDs for posts instead of enumerated integers 2024-08-18 00:58:00 +02:00
mtrx added the
enhancement
2024 Update
labels 2024-08-18 01:26:26 +02:00
Author
Owner

Really annoying to do with sqlite unless blog keys saved via binary blobs or strings. Could generate a custom 8 character string datatype per post, uuids are probably way overkill anyways and dont look as nice in the url

Really annoying to do with sqlite unless blog keys saved via binary blobs or strings. Could generate a custom 8 character string datatype per post, uuids are probably way overkill anyways and dont look as nice in the url
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mtrx/crablog#5
No description provided.