series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
8 rows where series_id = "CNT_09312870YKW0"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_09312870YKW0,TAG_0NDWND9M6450 | Love Unseen Beneath the Clear Night Sky CNT_09312870YKW0 | Adapted to Anime TAG_0NDWND9M6450 |
| CNT_09312870YKW0,TAG_126EAB6WE1N0 | Love Unseen Beneath the Clear Night Sky CNT_09312870YKW0 | Disability TAG_126EAB6WE1N0 |
| CNT_09312870YKW0,TAG_17KHA2S9A570 | Love Unseen Beneath the Clear Night Sky CNT_09312870YKW0 | Heterosexual TAG_17KHA2S9A570 |
| CNT_09312870YKW0,TAG_1CZKT8ATGE20 | Love Unseen Beneath the Clear Night Sky CNT_09312870YKW0 | College TAG_1CZKT8ATGE20 |
| CNT_09312870YKW0,TAG_1P3QSYSHW6X0 | Love Unseen Beneath the Clear Night Sky CNT_09312870YKW0 | Tragedy TAG_1P3QSYSHW6X0 |
| CNT_09312870YKW0,TAG_2M2AXCZQH3EG | Love Unseen Beneath the Clear Night Sky CNT_09312870YKW0 | Drama TAG_2M2AXCZQH3EG |
| CNT_09312870YKW0,TAG_2MBNBKTGHS0G | Love Unseen Beneath the Clear Night Sky CNT_09312870YKW0 | Romance TAG_2MBNBKTGHS0G |
| CNT_09312870YKW0,TAG_3KY6Q5W995AG | Love Unseen Beneath the Clear Night Sky CNT_09312870YKW0 | Slice of Life TAG_3KY6Q5W995AG |
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);