TdlM / taskmaster

Menu
  • Make shortlink

task_readers

6 rows where reader = 44

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
108 Name a bird, eat a grape, name a contestant 334 Joe Thomas 44 ✓
114 Play long-distance catch with a beach ball 349 Joe Thomas 44 ✓
119 Answer the questions, pull the strings; do not release the green egg 362 Joe Thomas 44 ✓ ✓
120 Catch the tennis balls 365 Joe Thomas 44 ✓
123 Make yourselves look like one person 371 Joe Thomas 44 ✓
125 Complete some tasks as one person 372 Joe Thomas 44 ✓

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