TdlM / taskmaster

Menu
  • Make shortlink

task_readers

4 rows where reader = 49

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
135 Bring a classic board game to life 397 Ed Gamble 49 ✓
140 Build a tower behind you using a mirror and litter pickers 404 Ed Gamble 49 ✓
146 Communicate pictures by drawing on your team-mate’s back 424 Ed Gamble 49 ✓ ✓
148 Make a cup of tea 427 Ed Gamble 49 ✓

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