blogroll_tags
Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam
10 rows where blogroll_id = 77
This data as json, CSV (advanced)
| id ▼ | blogroll_id | tag |
|---|---|---|
| 708 | Aceso Under Glass 77 | epistemology |
| 709 | Aceso Under Glass 77 | rationality |
| 710 | Aceso Under Glass 77 | freelance research |
| 711 | Aceso Under Glass 77 | epistemic spot checks |
| 712 | Aceso Under Glass 77 | software engineering |
| 713 | Aceso Under Glass 77 | knowledge bootstrapping |
| 714 | Aceso Under Glass 77 | personal essays |
| 715 | Aceso Under Glass 77 | computational biology |
| 716 | Aceso Under Glass 77 | modeling |
| 717 | Aceso Under Glass 77 | intellectual curiosity |
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)
);