home / system

Menu
  • GraphQL API
  • Search all tables

blogroll_tags

Table actions
  • GraphQL API for blogroll_tags

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

9 rows where blogroll_id = 90

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id tag
826 Spectatio 90 reviews
827 Spectatio 90 essays
828 Spectatio 90 thoughts
829 Spectatio 90 documentary
830 Spectatio 90 film
831 Spectatio 90 literature
832 Spectatio 90 art
833 Spectatio 90 design
834 Spectatio 90 AI

Advanced export

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

CSV options:

CREATE TABLE blogroll_tags (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    blogroll_id INTEGER NOT NULL,
    tag TEXT NOT NULL,
    FOREIGN KEY (blogroll_id) REFERENCES blogroll(id) ON DELETE CASCADE,
    UNIQUE(blogroll_id, tag)
);
Powered by Datasette · 7.756ms · krisyotam.com