Utility to encode a blob to allow blob query using 'hex(blob_field) = ?', Sqlite.hex(1,2,3)
1,2,3
static String hex(List<int> bytes) => utils.hex(bytes);