TdlM / taskmaster

Menu
  • Make shortlink

task_readers

5 rows where reader = 45

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
110 Get the most weight into a hammock 343 Lou Sanders 45 ✓
112 Throw a frying pan into a hoop 344 Lou Sanders 45 ✓
124 Make yourselves look like one person 371 Lou Sanders 45 ✓
126 Complete some tasks as one person 372 Lou Sanders 45 ✓
128 Hook a duck while wearing inversion goggles 378 Lou Sanders 45 ✓

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.203ms