blogroll_tags
Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam
12 rows where blogroll_id = 59
This data as json, CSV (advanced)
| id ▼ | blogroll_id | tag |
|---|---|---|
| 518 | The Long Victorian 59 | Victorian literature |
| 519 | The Long Victorian 59 | classic novels |
| 520 | The Long Victorian 59 | George Eliot |
| 521 | The Long Victorian 59 | Wilkie Collins |
| 522 | The Long Victorian 59 | book reviews |
| 523 | The Long Victorian 59 | The Gulag Archipelago |
| 524 | The Long Victorian 59 | literary criticism |
| 525 | The Long Victorian 59 | slow reading |
| 526 | The Long Victorian 59 | 19th century |
| 527 | The Long Victorian 59 | reader's blog |
| 528 | The Long Victorian 59 | publishing |
| 529 | The Long Victorian 59 | library science |
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)
);