series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
8 rows where series_id = "CNT_295MPCP9M2RG"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_295MPCP9M2RG,TAG_0M0JHS1FS5V0 | Level Up with the Gods CNT_295MPCP9M2RG | Fantasy TAG_0M0JHS1FS5V0 |
| CNT_295MPCP9M2RG,TAG_0NPD5CER9Y80 | Level Up with the Gods CNT_295MPCP9M2RG | Shounen TAG_0NPD5CER9Y80 |
| CNT_295MPCP9M2RG,TAG_16W7T1ZYXZA0 | Level Up with the Gods CNT_295MPCP9M2RG | Gods TAG_16W7T1ZYXZA0 |
| CNT_295MPCP9M2RG,TAG_1GBABM09YKD0 | Level Up with the Gods CNT_295MPCP9M2RG | Supernatural TAG_1GBABM09YKD0 |
| CNT_295MPCP9M2RG,TAG_1JJWZ3KM04E0 | Level Up with the Gods CNT_295MPCP9M2RG | Second Chance TAG_1JJWZ3KM04E0 |
| CNT_295MPCP9M2RG,TAG_1PTQBP2GWFB0 | Level Up with the Gods CNT_295MPCP9M2RG | Time Travel TAG_1PTQBP2GWFB0 |
| CNT_295MPCP9M2RG,TAG_2MSAF40PHDMG | Level Up with the Gods CNT_295MPCP9M2RG | Action TAG_2MSAF40PHDMG |
| CNT_295MPCP9M2RG,TAG_3AY7M95EEJ3G | Level Up with the Gods CNT_295MPCP9M2RG | Adventure TAG_3AY7M95EEJ3G |
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);