BookWalker

home / database

series_tags

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

5 rows where series_id = "CNT_3EAH0BSYVEWG"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_3EAH0BSYVEWG,TAG_100A33G6C0H0 29-Year-Old in the Service Industry CNT_3EAH0BSYVEWG Female Lead TAG_100A33G6C0H0
CNT_3EAH0BSYVEWG,TAG_1MDKJNBVT5S0 29-Year-Old in the Service Industry CNT_3EAH0BSYVEWG Working TAG_1MDKJNBVT5S0
CNT_3EAH0BSYVEWG,TAG_2M852Y701XZG 29-Year-Old in the Service Industry CNT_3EAH0BSYVEWG Shoujo TAG_2M852Y701XZG
CNT_3EAH0BSYVEWG,TAG_3KY6Q5W995AG 29-Year-Old in the Service Industry CNT_3EAH0BSYVEWG Slice of Life TAG_3KY6Q5W995AG
CNT_3EAH0BSYVEWG,TAG_3ZA83YSAT31G 29-Year-Old in the Service Industry CNT_3EAH0BSYVEWG Primarily Adult Cast TAG_3ZA83YSAT31G

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