objection-guid
objection-guid copied to clipboard
Add "useBinary" option to convert to/from `binary(16)`
It's common to store UUIDs in MySQL as binary(16)
.
This PR adds a useBinary
option to convert the generated/returned UUIDs to/from binary format.
@schmoove thanks for the PR. Please add some tests to it