home / media

Menu
  • GraphQL API
  • Search all tables

short_stories

Table actions
  • GraphQL API for short_stories

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

4 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: author, publication_year

id ▼ title author publication_year
1 The Tell-Tale Heart Edgar Allan Poe 1843
2 Ligeia Edgar Allan Poe 1838
3 Tom Thumb Brothers Grimm 1812
4 The Frog Prince Brothers Grimm 1812

Advanced export

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

CSV options:

CREATE TABLE short_stories (
  id INTEGER PRIMARY KEY AUTOINCREMENT,
  title TEXT NOT NULL,
  author TEXT,
  publication_year INTEGER
);
Powered by Datasette · 23.572ms · krisyotam.com