series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where series_id = "CNT_3Y7A6PRYA270"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_3Y7A6PRYA270,TAG_0M0JHS1FS5V0 | Re:ZERO -Starting Life in Another World- CNT_3Y7A6PRYA270 | Fantasy TAG_0M0JHS1FS5V0 |
| CNT_3Y7A6PRYA270,TAG_1DBCHPHH1YQ0 | Re:ZERO -Starting Life in Another World- CNT_3Y7A6PRYA270 | Dark Fantasy TAG_1DBCHPHH1YQ0 |
| CNT_3Y7A6PRYA270,TAG_3AY7M95EEJ3G | Re:ZERO -Starting Life in Another World- CNT_3Y7A6PRYA270 | Adventure TAG_3AY7M95EEJ3G |
| CNT_3Y7A6PRYA270,TAG_3TS7WVTHH6ZG | Re:ZERO -Starting Life in Another World- CNT_3Y7A6PRYA270 | Magic TAG_3TS7WVTHH6ZG |
| CNT_3Y7A6PRYA270,TAG_3WWBECGMTGDG | Re:ZERO -Starting Life in Another World- CNT_3Y7A6PRYA270 | Psychological TAG_3WWBECGMTGDG |
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);