series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_3X8FPWCK8C1G"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_3X8FPWCK8C1G,TAG_0M0JHS1FS5V0 | I Don't Want to Become a Saint! I Want to Hide My Exceptional Skills to Live in Peace With the Little Ones CNT_3X8FPWCK8C1G | Fantasy TAG_0M0JHS1FS5V0 |
| CNT_3X8FPWCK8C1G,TAG_2M852Y701XZG | I Don't Want to Become a Saint! I Want to Hide My Exceptional Skills to Live in Peace With the Little Ones CNT_3X8FPWCK8C1G | Shoujo TAG_2M852Y701XZG |
| CNT_3X8FPWCK8C1G,TAG_2MBNBKTGHS0G | I Don't Want to Become a Saint! I Want to Hide My Exceptional Skills to Live in Peace With the Little Ones CNT_3X8FPWCK8C1G | Romance TAG_2MBNBKTGHS0G |
| CNT_3X8FPWCK8C1G,TAG_3KY6Q5W995AG | I Don't Want to Become a Saint! I Want to Hide My Exceptional Skills to Live in Peace With the Little Ones CNT_3X8FPWCK8C1G | 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);