series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_1P791J0A1J70"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_1P791J0A1J70,TAG_0M0JHS1FS5V0 | Guild Handyman? More like Mastermind! Using My Hidden Skills in the Shadows CNT_1P791J0A1J70 | Fantasy TAG_0M0JHS1FS5V0 |
| CNT_1P791J0A1J70,TAG_2MSAF40PHDMG | Guild Handyman? More like Mastermind! Using My Hidden Skills in the Shadows CNT_1P791J0A1J70 | Action TAG_2MSAF40PHDMG |
| CNT_1P791J0A1J70,TAG_331G2DGJQ2HG | Guild Handyman? More like Mastermind! Using My Hidden Skills in the Shadows CNT_1P791J0A1J70 | Elves TAG_331G2DGJQ2HG |
| CNT_1P791J0A1J70,TAG_3T2692HJHWHG | Guild Handyman? More like Mastermind! Using My Hidden Skills in the Shadows CNT_1P791J0A1J70 | Maids TAG_3T2692HJHWHG |
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);