db
db copied to clipboard
Seamless UUID binary marshaling for MySQL
I think MySQL may have limited support for marshaling between UUID Go objects and VARCHAR(36) SQL columns. However, binary UUID format in SQL is much more performant.
Do you think upper.io could get BINARY(16) marshaling for UUID's? And hopefully some unit tests as well.