BookWalker

home / database

series_tags

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

5 rows where series_id = "CNT_3C92WASGRCDG"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_3C92WASGRCDG,TAG_1V0RBRH7PTH0 ATLAS: Her, the Combatant, and Him, the Hero CNT_3C92WASGRCDG Mecha TAG_1V0RBRH7PTH0
CNT_3C92WASGRCDG,TAG_2MBNBKTGHS0G ATLAS: Her, the Combatant, and Him, the Hero CNT_3C92WASGRCDG Romance TAG_2MBNBKTGHS0G
CNT_3C92WASGRCDG,TAG_2MSAF40PHDMG ATLAS: Her, the Combatant, and Him, the Hero CNT_3C92WASGRCDG Action TAG_2MSAF40PHDMG
CNT_3C92WASGRCDG,TAG_316DQJNA58WG ATLAS: Her, the Combatant, and Him, the Hero CNT_3C92WASGRCDG Future TAG_316DQJNA58WG
CNT_3C92WASGRCDG,TAG_37NEQMQH24TG ATLAS: Her, the Combatant, and Him, the Hero CNT_3C92WASGRCDG Hero TAG_37NEQMQH24TG

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