How does one use binary data (BLOB type column) in SQLAlchemy.
I just created a table with fields key
, val
, where val
is BLOB and when I query the table, SQLAlchemy returns:
<read-only buffer for 0x83c3040, size -1, offset 0 at 0x83c3120>
How do I use this read-only buffer?
Please help.
With sincerity, Boda Cydo.