BookWalker

home / database

series_tags

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

5 rows where series_id = "CNT_0FDPY09HKHW0"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_0FDPY09HKHW0,TAG_1GSBF6EFY610 The Teacher Would Like Some Love, Too CNT_0FDPY09HKHW0 Student-Teacher Relationship TAG_1GSBF6EFY610
CNT_0FDPY09HKHW0,TAG_1X0XMNRA3Q20 The Teacher Would Like Some Love, Too CNT_0FDPY09HKHW0 School TAG_1X0XMNRA3Q20
CNT_0FDPY09HKHW0,TAG_2APDBN4CY9FG The Teacher Would Like Some Love, Too CNT_0FDPY09HKHW0 adult TAG_2APDBN4CY9FG
CNT_0FDPY09HKHW0,TAG_2M5T60D610KG The Teacher Would Like Some Love, Too CNT_0FDPY09HKHW0 Boys Love TAG_2M5T60D610KG
CNT_0FDPY09HKHW0,TAG_3HZ2KNGKQECG The Teacher Would Like Some Love, Too CNT_0FDPY09HKHW0 Swimming TAG_3HZ2KNGKQECG

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