TdlM / taskmaster

Menu
  • Make shortlink

task_readers

4 rows where reader = 27

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
46 Get some fruit into the bowl 150 Sally Phillips 27 ✓
48 Create the greatest splat 155 Sally Phillips 27 ✓
58 Write and perform a song about a stranger 193 Sally Phillips 27 ✓
59 Throw an egg through a basketball hoop 194 Sally Phillips 27 ✓

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