BookWalker

home / database

series_tags

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

3 rows where series_id = "CNT_0CBPN3D55ANG"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_0CBPN3D55ANG,TAG_0M0JHS1FS5V0 Take These Talents Elsewhere: A Delightful Demotion to the Countryside CNT_0CBPN3D55ANG Fantasy TAG_0M0JHS1FS5V0
CNT_0CBPN3D55ANG,TAG_3KY6Q5W995AG Take These Talents Elsewhere: A Delightful Demotion to the Countryside CNT_0CBPN3D55ANG Slice of Life TAG_3KY6Q5W995AG
CNT_0CBPN3D55ANG,TAG_3XX5CM90BW0G Take These Talents Elsewhere: A Delightful Demotion to the Countryside CNT_0CBPN3D55ANG 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 8.449ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS