BookWalker

home / database

series_tags

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

3 rows where series_id = "CNT_2HNP2CWHK69G"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_2HNP2CWHK69G,TAG_0M42TYMY92W0 Love Letter for my Love Then and Now CNT_2HNP2CWHK69G Comedy TAG_0M42TYMY92W0
CNT_2HNP2CWHK69G,TAG_2MBNBKTGHS0G Love Letter for my Love Then and Now CNT_2HNP2CWHK69G Romance TAG_2MBNBKTGHS0G
CNT_2HNP2CWHK69G,TAG_3KY6Q5W995AG Love Letter for my Love Then and Now CNT_2HNP2CWHK69G Slice of Life TAG_3KY6Q5W995AG

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