BookWalker

home / database

series_tags

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

11 rows where series_id = "CNT_2G1N08F623C0"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_2G1N08F623C0,TAG_0M42TYMY92W0 Sunbeams in the Sky CNT_2G1N08F623C0 Comedy TAG_0M42TYMY92W0
CNT_2G1N08F623C0,TAG_0NPD5CER9Y80 Sunbeams in the Sky CNT_2G1N08F623C0 Shounen TAG_0NPD5CER9Y80
CNT_2G1N08F623C0,TAG_100A33G6C0H0 Sunbeams in the Sky CNT_2G1N08F623C0 Female Lead TAG_100A33G6C0H0
CNT_2G1N08F623C0,TAG_1Q7H0T5XXFN0 Sunbeams in the Sky CNT_2G1N08F623C0 Twins TAG_1Q7H0T5XXFN0
CNT_2G1N08F623C0,TAG_1X0XMNRA3Q20 Sunbeams in the Sky CNT_2G1N08F623C0 School TAG_1X0XMNRA3Q20
CNT_2G1N08F623C0,TAG_2M2AXCZQH3EG Sunbeams in the Sky CNT_2G1N08F623C0 Drama TAG_2M2AXCZQH3EG
CNT_2G1N08F623C0,TAG_2MBNBKTGHS0G Sunbeams in the Sky CNT_2G1N08F623C0 Romance TAG_2MBNBKTGHS0G
CNT_2G1N08F623C0,TAG_3CTBM2Y283BG Sunbeams in the Sky CNT_2G1N08F623C0 Coming of Age TAG_3CTBM2Y283BG
CNT_2G1N08F623C0,TAG_3KY6Q5W995AG Sunbeams in the Sky CNT_2G1N08F623C0 Slice of Life TAG_3KY6Q5W995AG
CNT_2G1N08F623C0,TAG_3QGEY574MQPG Sunbeams in the Sky CNT_2G1N08F623C0 Trauma TAG_3QGEY574MQPG
CNT_2G1N08F623C0,TAG_3X845AY38F6G Sunbeams in the Sky CNT_2G1N08F623C0 School Life TAG_3X845AY38F6G

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