BookWalker

home / database

series_tags

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

8 rows where series_id = "CNT_1BME9FKR1XP0"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_1BME9FKR1XP0,TAG_1WHGMKZ32V40 An Inclination to Serve CNT_1BME9FKR1XP0 Prince TAG_1WHGMKZ32V40
CNT_1BME9FKR1XP0,TAG_2APDBN4CY9FG An Inclination to Serve CNT_1BME9FKR1XP0 adult TAG_2APDBN4CY9FG
CNT_1BME9FKR1XP0,TAG_2M2AXCZQH3EG An Inclination to Serve CNT_1BME9FKR1XP0 Drama TAG_2M2AXCZQH3EG
CNT_1BME9FKR1XP0,TAG_2M5T60D610KG An Inclination to Serve CNT_1BME9FKR1XP0 Boys Love TAG_2M5T60D610KG
CNT_1BME9FKR1XP0,TAG_2MBNBKTGHS0G An Inclination to Serve CNT_1BME9FKR1XP0 Romance TAG_2MBNBKTGHS0G
CNT_1BME9FKR1XP0,TAG_35AMS1P60PMG An Inclination to Serve CNT_1BME9FKR1XP0 Love At First Sight TAG_35AMS1P60PMG
CNT_1BME9FKR1XP0,TAG_3MBVN3JK26BG An Inclination to Serve CNT_1BME9FKR1XP0 Workplace Romance TAG_3MBVN3JK26BG
CNT_1BME9FKR1XP0,TAG_3XX5CM90BW0G An Inclination to Serve CNT_1BME9FKR1XP0 Royalty TAG_3XX5CM90BW0G

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