datajoint-python icon indicating copy to clipboard operation
datajoint-python copied to clipboard

Add the `bytes` datatype

Open dimitri-yatsenko opened this issue 6 years ago • 1 comments
trafficstars

Add the datatype raw and raw@store to allow storage of binary data directly in blobs or in external stores without blob serialization / compression. The only permissible values are byte strings.

dimitri-yatsenko avatar Aug 02 '19 20:08 dimitri-yatsenko

Raw means different things to different people, while binary is specific to SQL and has its own connotations. Let's call it bytes similar to the byte string data type in Python. It may also be used as bytes@store similar to blobs, attachments, and filepaths.

dimitri-yatsenko avatar Feb 10 '20 17:02 dimitri-yatsenko