BookWalker

home / database

series_tags

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

3 rows where series_id = "CNT_23N70BC5PC10"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_23N70BC5PC10,TAG_1ZXHDPK75JC0 Disney Manga: Pirates of the Caribbean - The Adventures of Jack Sparrow CNT_23N70BC5PC10 Pirates TAG_1ZXHDPK75JC0
CNT_23N70BC5PC10,TAG_2MSAF40PHDMG Disney Manga: Pirates of the Caribbean - The Adventures of Jack Sparrow CNT_23N70BC5PC10 Action TAG_2MSAF40PHDMG
CNT_23N70BC5PC10,TAG_3AY7M95EEJ3G Disney Manga: Pirates of the Caribbean - The Adventures of Jack Sparrow CNT_23N70BC5PC10 Adventure TAG_3AY7M95EEJ3G

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 6.783ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS