BookWalker

home / database

series_tags

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

4 rows where series_id = "CNT_3KJWPE2T9320"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_3KJWPE2T9320,TAG_0AMNE3F46BR0 Seductive Brushwork -Every Stroke Is A Part Of The Job- CNT_3KJWPE2T9320 complete TAG_0AMNE3F46BR0
CNT_3KJWPE2T9320,TAG_0MD2Q5KZ9RP0 Seductive Brushwork -Every Stroke Is A Part Of The Job- CNT_3KJWPE2T9320 Josei TAG_0MD2Q5KZ9RP0
CNT_3KJWPE2T9320,TAG_2APDBN4CY9FG Seductive Brushwork -Every Stroke Is A Part Of The Job- CNT_3KJWPE2T9320 adult TAG_2APDBN4CY9FG
CNT_3KJWPE2T9320,TAG_2MBNBKTGHS0G Seductive Brushwork -Every Stroke Is A Part Of The Job- CNT_3KJWPE2T9320 Romance TAG_2MBNBKTGHS0G

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