series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where series_id = "CNT_2GFY8ASA2VK0"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_2GFY8ASA2VK0,TAG_0M0JHS1FS5V0 | The Dragon and the Blade Saint: This Isn't Where We End CNT_2GFY8ASA2VK0 | Fantasy TAG_0M0JHS1FS5V0 |
| CNT_2GFY8ASA2VK0,TAG_1PY4MBG7CCC0 | The Dragon and the Blade Saint: This Isn't Where We End CNT_2GFY8ASA2VK0 | Time Skip TAG_1PY4MBG7CCC0 |
| CNT_2GFY8ASA2VK0,TAG_1R4VH5X3Q390 | The Dragon and the Blade Saint: This Isn't Where We End CNT_2GFY8ASA2VK0 | Monster Girls TAG_1R4VH5X3Q390 |
| CNT_2GFY8ASA2VK0,TAG_1T7FZ9W9S780 | The Dragon and the Blade Saint: This Isn't Where We End CNT_2GFY8ASA2VK0 | Magic School TAG_1T7FZ9W9S780 |
| CNT_2GFY8ASA2VK0,TAG_1W924MYZK110 | The Dragon and the Blade Saint: This Isn't Where We End CNT_2GFY8ASA2VK0 | Revenge TAG_1W924MYZK110 |
| CNT_2GFY8ASA2VK0,TAG_32A6JCH66WMG | The Dragon and the Blade Saint: This Isn't Where We End CNT_2GFY8ASA2VK0 | Dragons TAG_32A6JCH66WMG |
| CNT_2GFY8ASA2VK0,TAG_3TS7WVTHH6ZG | The Dragon and the Blade Saint: This Isn't Where We End CNT_2GFY8ASA2VK0 | Magic TAG_3TS7WVTHH6ZG |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE series_tags (
series_id TEXT NOT NULL,
tag_id TEXT NOT NULL,
PRIMARY KEY (series_id, tag_id),
FOREIGN KEY (series_id) REFERENCES series(id),
FOREIGN KEY (tag_id) REFERENCES tags(id)
);
CREATE INDEX idx_series_tags_tag ON series_tags(tag_id);