BookWalker

home / database

series_tags

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

8 rows where series_id = "CNT_07G586GN99C0"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_07G586GN99C0,TAG_0AMNE3F46BR0 Chronicles of the Hidden World: How I Became a Doctor for the Gods CNT_07G586GN99C0 complete TAG_0AMNE3F46BR0
CNT_07G586GN99C0,TAG_0M0JHS1FS5V0 Chronicles of the Hidden World: How I Became a Doctor for the Gods CNT_07G586GN99C0 Fantasy TAG_0M0JHS1FS5V0
CNT_07G586GN99C0,TAG_1720DWX4TNE0 Chronicles of the Hidden World: How I Became a Doctor for the Gods CNT_07G586GN99C0 Horror TAG_1720DWX4TNE0
CNT_07G586GN99C0,TAG_1W03PC3YKBF0 Chronicles of the Hidden World: How I Became a Doctor for the Gods CNT_07G586GN99C0 Reincarnation TAG_1W03PC3YKBF0
CNT_07G586GN99C0,TAG_2M852Y701XZG Chronicles of the Hidden World: How I Became a Doctor for the Gods CNT_07G586GN99C0 Shoujo TAG_2M852Y701XZG
CNT_07G586GN99C0,TAG_2MBNBKTGHS0G Chronicles of the Hidden World: How I Became a Doctor for the Gods CNT_07G586GN99C0 Romance TAG_2MBNBKTGHS0G
CNT_07G586GN99C0,TAG_2METMQ87165G Chronicles of the Hidden World: How I Became a Doctor for the Gods CNT_07G586GN99C0 Isekai TAG_2METMQ87165G
CNT_07G586GN99C0,TAG_2MSAF40PHDMG Chronicles of the Hidden World: How I Became a Doctor for the Gods CNT_07G586GN99C0 Action TAG_2MSAF40PHDMG

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