rmtm
DTDrizzle Team
•Created by rmtm on 8/16/2023 in #help
Binary typing for Mysql & typescript
Okay so I finally figured this out, turns out the string type is correct as MYSQL accepts hex strings as input to a binary row. This might not be the most efficient way of handling this but it does seem to work
4 replies
DTDrizzle Team
•Created by rmtm on 8/16/2023 in #help
Binary typing for Mysql & typescript
I've also tried just pushing the binary as-is into a string
but it's then complaining about the length (even though signKeyMessyString.length = 32).
4 replies