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

11 rows where blogroll_id = 79

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id tag
728 Jefft Kaufman 79 effective altruism
729 Jefft Kaufman 79 personal finance
730 Jefft Kaufman 79 parenting
731 Jefft Kaufman 79 rationality
732 Jefft Kaufman 79 charity
733 Jefft Kaufman 79 programming
734 Jefft Kaufman 79 data analysis
735 Jefft Kaufman 79 music
736 Jefft Kaufman 79 contra dance
737 Jefft Kaufman 79 public health
738 Jefft Kaufman 79 biosecurity

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