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

8 rows where blogroll_id = 84

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id tag
775 Sarah Constantin 84 longevity
776 Sarah Constantin 84 biology
777 Sarah Constantin 84 epistemology
778 Sarah Constantin 84 machine learning
779 Sarah Constantin 84 mathematics
780 Sarah Constantin 84 deep dives
781 Sarah Constantin 84 science
782 Sarah Constantin 84 thinking

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 · 10.987ms · krisyotam.com