home / media

Menu
  • GraphQL API
  • Search all tables

fav_showrunners

Table actions
  • GraphQL API for fav_showrunners

Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam

6 rows

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name image sort_order
1 Vince Gilligan   1
2 David Chase   2
3 David Simon   3
4 Matthew Weiner   4
5 David Lynch   5
6 Nic Pizzolatto   6

Advanced export

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

CSV options:

CREATE TABLE fav_showrunners (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    name TEXT NOT NULL,
    image TEXT
, sort_order INTEGER DEFAULT 999);
Powered by Datasette · 6.313ms · krisyotam.com