return connection.Database.Binary(value)TypeError: memoryview: a bytes-like object is required, not 'bool' code example
Example: TypeError: a bytes-like object is required, not 'str'
'Hello World'.encode()
'Hello World'.encode()