TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where task = 495

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1295 Series 11 11 The Lure of the Treacle Puppies. 87 The best drinking vessel 495 Jamali Maddix 64 shit I'm sick of trying to be like, "Oh, I'm gonna bring in a shoe that sings." I'm not doing that shit no more. ✓
1296 Series 11 11 The Lure of the Treacle Puppies. 87 The best drinking vessel 495 Jamali Maddix 64 shit It's that whimsy and ahh, it's, "Oh, look, it's a vessel," and all this shit. ✓

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE profanity (
   id      INTEGER PRIMARY KEY,
   series  INTEGER REFERENCES series(id),
   episode INTEGER REFERENCES episodes(id),
   task    INTEGER REFERENCES tasks(id),
   speaker INTEGER REFERENCES people(id),
   roots   TEXT,
   quote   TEXT,
   studio  INTEGER
);
Powered by Datasette · Queries took 11.677ms