TdlM / taskmaster

Menu
  • Make shortlink

task_readers

5 rows where reader = 103

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
277 Cross the finish line while connected to your team 769 Julian Clary 103 ✓
284 Complete all the tasks as a team 785 Julian Clary 103 ✓
286 Roll your animal die 787 Julian Clary 103 ✓
294 Find the secret task 806 Julian Clary 103
296 Mime proverbs to your team 809 Julian Clary 103 ✓ ✓

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