blogroll_tags
Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam
9 rows where blogroll_id = 83
This data as json, CSV (advanced)
| id ▼ | blogroll_id | tag |
|---|---|---|
| 766 | Don't Worry About the Vase 83 | rationality |
| 767 | Don't Worry About the Vase 83 | game theory |
| 768 | Don't Worry About the Vase 83 | Magic: The Gathering |
| 769 | Don't Worry About the Vase 83 | economics |
| 770 | Don't Worry About the Vase 83 | trading |
| 771 | Don't Worry About the Vase 83 | philosophy |
| 772 | Don't Worry About the Vase 83 | life optimization |
| 773 | Don't Worry About the Vase 83 | prediction |
| 774 | Don't Worry About the Vase 83 | LessWrong |
Advanced export
JSON shape: default, array, newline-delimited, object
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)
);