BookWalker

home / database

series_tags

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

8 rows where series_id = "CNT_2J0ZN2NM2RFG"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_2J0ZN2NM2RFG,TAG_0M0JHS1FS5V0 Culinary Chronicles of the Court Flower CNT_2J0ZN2NM2RFG Fantasy TAG_0M0JHS1FS5V0
CNT_2J0ZN2NM2RFG,TAG_100A33G6C0H0 Culinary Chronicles of the Court Flower CNT_2J0ZN2NM2RFG Female Lead TAG_100A33G6C0H0
CNT_2J0ZN2NM2RFG,TAG_16RQHC8EDJ10 Culinary Chronicles of the Court Flower CNT_2J0ZN2NM2RFG Gourmet TAG_16RQHC8EDJ10
CNT_2J0ZN2NM2RFG,TAG_1BKSRRFJ7T90 Culinary Chronicles of the Court Flower CNT_2J0ZN2NM2RFG Ancient China TAG_1BKSRRFJ7T90
CNT_2J0ZN2NM2RFG,TAG_2M2AXCZQH3EG Culinary Chronicles of the Court Flower CNT_2J0ZN2NM2RFG Drama TAG_2M2AXCZQH3EG
CNT_2J0ZN2NM2RFG,TAG_2MBNBKTGHS0G Culinary Chronicles of the Court Flower CNT_2J0ZN2NM2RFG Romance TAG_2MBNBKTGHS0G
CNT_2J0ZN2NM2RFG,TAG_31GX2FDSMYFG Culinary Chronicles of the Court Flower CNT_2J0ZN2NM2RFG Food and Beverage TAG_31GX2FDSMYFG
CNT_2J0ZN2NM2RFG,TAG_3C3A29N38TXG Culinary Chronicles of the Court Flower CNT_2J0ZN2NM2RFG Cooking TAG_3C3A29N38TXG

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