BookWalker

home / database

series_tags

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

7 rows where series_id = "CNT_1T5NPQEZCTZ0"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_1T5NPQEZCTZ0,TAG_0MD2Q5KZ9RP0 Cinderella Matches With a Prince CNT_1T5NPQEZCTZ0 Josei TAG_0MD2Q5KZ9RP0
CNT_1T5NPQEZCTZ0,TAG_17KHA2S9A570 Cinderella Matches With a Prince CNT_1T5NPQEZCTZ0 Heterosexual TAG_17KHA2S9A570
CNT_1T5NPQEZCTZ0,TAG_1VNYH20V9QK0 Cinderella Matches With a Prince CNT_1T5NPQEZCTZ0 Manipulative Antagonists TAG_1VNYH20V9QK0
CNT_1T5NPQEZCTZ0,TAG_2M2AXCZQH3EG Cinderella Matches With a Prince CNT_1T5NPQEZCTZ0 Drama TAG_2M2AXCZQH3EG
CNT_1T5NPQEZCTZ0,TAG_2MBNBKTGHS0G Cinderella Matches With a Prince CNT_1T5NPQEZCTZ0 Romance TAG_2MBNBKTGHS0G
CNT_1T5NPQEZCTZ0,TAG_3S0C96F0W45G Cinderella Matches With a Prince CNT_1T5NPQEZCTZ0 Office Lady TAG_3S0C96F0W45G
CNT_1T5NPQEZCTZ0,TAG_3TB679CKHJBG Cinderella Matches With a Prince CNT_1T5NPQEZCTZ0 Male Lead Falls in Love First TAG_3TB679CKHJBG

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