TdlM / taskmaster

Menu
  • Make shortlink

task_readers

5 rows where reader = 67

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
175 Put the bag of salt onto that table 507 Sarah Kendall 67 ✓
178 Slap and tong 514 Sarah Kendall 67 ✓ ✓
183 Get out of the front gate 525 Sarah Kendall 67 ✓
188 Direct a teammate into the red circle 540 Sarah Kendall 67 ✓
189 Keeping your head still at all times, correctly don your special outfit 541 Sarah Kendall 67 ✓

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 6.837ms