BookWalker

home / database

series_tags

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

5 rows where series_id = "CNT_04JCB78QG2VG"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_04JCB78QG2VG,TAG_0AMNE3F46BR0 The Sinful Evening Affair with the Butler CNT_04JCB78QG2VG complete TAG_0AMNE3F46BR0
CNT_04JCB78QG2VG,TAG_0MD2Q5KZ9RP0 The Sinful Evening Affair with the Butler CNT_04JCB78QG2VG Josei TAG_0MD2Q5KZ9RP0
CNT_04JCB78QG2VG,TAG_1EYQZRQHJ6R0 The Sinful Evening Affair with the Butler CNT_04JCB78QG2VG Butler TAG_1EYQZRQHJ6R0
CNT_04JCB78QG2VG,TAG_2APDBN4CY9FG The Sinful Evening Affair with the Butler CNT_04JCB78QG2VG adult TAG_2APDBN4CY9FG
CNT_04JCB78QG2VG,TAG_2MBNBKTGHS0G The Sinful Evening Affair with the Butler CNT_04JCB78QG2VG Romance TAG_2MBNBKTGHS0G

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