What is the best way to insert a raw bytes object into a SQL database using Python?
-
Possible duplicate for this: stackoverflow.com/questions/5241031/…Moyote– Moyote2018-03-26 18:30:43 +00:00Commented Mar 26, 2018 at 18:30
-
I don't think so because I don't want to use uuid (I don't need a key)Adrien Budet– Adrien Budet2018-03-26 18:34:27 +00:00Commented Mar 26, 2018 at 18:34
-
what about pack/unpack in python and use int/hex in db?noise– noise2018-03-26 18:38:04 +00:00Commented Mar 26, 2018 at 18:38
Add a comment
|