TdlM / taskmaster

Menu
  • Make shortlink

task_readers

4 rows where reader = 51

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
131 Say the word ‘demeaning’ 387 Katy Wix 51 ✓
134 Fill a glass with water 394 Katy Wix 51 ✓
139 Get to know a person who alternately tells the truth, lies, and brags 403 Katy Wix 51 ✓
142 Horse or laminator? 414 Katy Wix 51 ✓

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