https://pydelphin.readthedocs.io/en/latest/api/delphin.tsql.html#module-delphin.tsql
for row in tsql.select('i-id i-input mrs', ts):
...
I would like to have in the loop all items regardless if they have an MRS or not in the result table. Is it possible? It would be like a left/right join...