Open
Description
this article seems to give a valid and performant option to use uuids as primary keys.
So I would let mysql generate uuids on post, then convert bin2uuid/uuid2bin respectively in customization.afterHandler for get requests and customization.beforeHandler for put/patch/delete.
Does it seem to be reasonable?
How would I implement it in beforeHandler/afterHandler functions?