BookWalker

home / database

series_tags

Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)

5 rows where series_id = "CNT_08RDXMTJ5A60"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_08RDXMTJ5A60,TAG_0AMNE3F46BR0 Flower of the Deep Sleep CNT_08RDXMTJ5A60 complete TAG_0AMNE3F46BR0
CNT_08RDXMTJ5A60,TAG_1GBABM09YKD0 Flower of the Deep Sleep CNT_08RDXMTJ5A60 Supernatural TAG_1GBABM09YKD0
CNT_08RDXMTJ5A60,TAG_1RAA6QAW7XY0 Flower of the Deep Sleep CNT_08RDXMTJ5A60 Mystery TAG_1RAA6QAW7XY0
CNT_08RDXMTJ5A60,TAG_2M2AXCZQH3EG Flower of the Deep Sleep CNT_08RDXMTJ5A60 Drama TAG_2M2AXCZQH3EG
CNT_08RDXMTJ5A60,TAG_3TG7EMZGHF5G Flower of the Deep Sleep CNT_08RDXMTJ5A60 Love Triangle TAG_3TG7EMZGHF5G

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 8.52ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS