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 = 80

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id tag
739 Otherwise 80 effective altruism
740 Otherwise 80 parenting
741 Otherwise 80 mental health
742 Otherwise 80 community
743 Otherwise 80 balance
744 Otherwise 80 personal reflection
745 Otherwise 80 giving
746 Otherwise 80 well-being

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