series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where series_id = "CNT_3CF8HF0SRJ2G"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_3CF8HF0SRJ2G,TAG_0M0JHS1FS5V0 | Reforming an Icy Final Boss: Getting Back at the Self-Proclaimed Villainess with the Power of Friendship CNT_3CF8HF0SRJ2G | Fantasy TAG_0M0JHS1FS5V0 |
| CNT_3CF8HF0SRJ2G,TAG_1JJWZ3KM04E0 | Reforming an Icy Final Boss: Getting Back at the Self-Proclaimed Villainess with the Power of Friendship CNT_3CF8HF0SRJ2G | Second Chance TAG_1JJWZ3KM04E0 |
| CNT_3CF8HF0SRJ2G,TAG_1PTQBP2GWFB0 | Reforming an Icy Final Boss: Getting Back at the Self-Proclaimed Villainess with the Power of Friendship CNT_3CF8HF0SRJ2G | Time Travel TAG_1PTQBP2GWFB0 |
| CNT_3CF8HF0SRJ2G,TAG_1SWN16WY49A0 | Reforming an Icy Final Boss: Getting Back at the Self-Proclaimed Villainess with the Power of Friendship CNT_3CF8HF0SRJ2G | Nobility TAG_1SWN16WY49A0 |
| CNT_3CF8HF0SRJ2G,TAG_3MM852K0NGEG | Reforming an Icy Final Boss: Getting Back at the Self-Proclaimed Villainess with the Power of Friendship CNT_3CF8HF0SRJ2G | Villainess TAG_3MM852K0NGEG |
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);