TdlM / taskmaster

Menu
  • Make shortlink

task_readers

3 rows where reader = 7

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
1 Pop up a tent and pop on a onesie 5 Tim Key 7 ✓
5 Score 11 points 23 Tim Key 7 ✓
11 Stage a realistic home movie blooper 35 Tim Key 7 ✓

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