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

5 rows where blogroll_id = 4

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id tag
16 Andy Matuschak 4 tools for thought
17 Andy Matuschak 4 note-taking
18 Andy Matuschak 4 spaced repetition
19 Andy Matuschak 4 learning
20 Andy Matuschak 4 memory

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