series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_09C7T34AQSRG"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_09C7T34AQSRG,TAG_0M0JHS1FS5V0 | On the Boundary's Road: The Works of Suzuka Morino CNT_09C7T34AQSRG | Fantasy TAG_0M0JHS1FS5V0 |
| CNT_09C7T34AQSRG,TAG_0M9XE1W8SVD0 | On the Boundary's Road: The Works of Suzuka Morino CNT_09C7T34AQSRG | Seinen TAG_0M9XE1W8SVD0 |
| CNT_09C7T34AQSRG,TAG_3CHB7T318DHG | On the Boundary's Road: The Works of Suzuka Morino CNT_09C7T34AQSRG | Collection of Stories TAG_3CHB7T318DHG |
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);