add BLOB type(s) #3666
walksanatora
started this conversation in
Ideas
Replies: 1 comment
-
These types already exist. They are just hidden from the documentation. I think I would accept a PR that makes these exports public as long as documentation is imcluded. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was going to use diesel in a project I was working on, but my planned design uses the TINYBLOB and MEDIUMBLOB types in MySQL which diesel does not support. and while you are at it might as well add BLOB and LARGEBLOB.
I feel like a Vec<u8> would be the proper type to convert to/from for BLOB types (or mabey a slice)
Beta Was this translation helpful? Give feedback.
All reactions