TdlM / taskmaster

Menu
  • Make shortlink

task_readers

4 rows where reader = 20

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
35 Get the flour onto the target 102 Lolly Adefope 20 ✓
38 Musical words 110 Lolly Adefope 20 ✓
43 Wheelie bin obstacle course 136 Lolly Adefope 20 ✓
45 Draw the median duck 145 Lolly Adefope 20 ✓

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE task_readers (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   reader INTEGER REFERENCES people(id),
   team   INTEGER,
   live   INTEGER
);
Powered by Datasette · Queries took 7.787ms