|
|
|
|
|
by khalidx
744 days ago
|
|
Yeah, this works fine unless you’re using something like DynamoDB or any system which requires you to have knowledge of the key. For relational setups this is the way to go though. I prefer the combo approach though - autoincrementing numbers plus a UUID in another column. |
|