use randomized UUIDs for posts instead of enumerated integers #5
Labels
No labels
2024 Update
bug
enhancement
epic
nice-to-have
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mtrx/crablog#5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://softwareengineering.stackexchange.com/a/328489
use randomized string IDs for posts instead of enumerated integersto use randomized UUIDs for posts instead of enumerated integersReally 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