BookWalker

home / database

series_tags

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

6 rows where series_id = "CNT_2QNP163W85ZG"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_2QNP163W85ZG,TAG_0M0JHS1FS5V0 I Lived an Honest Life Only to Have My Fiancé Betray Me, So in My New Life I'll Live as the Villainess CNT_2QNP163W85ZG Fantasy TAG_0M0JHS1FS5V0
CNT_2QNP163W85ZG,TAG_0MD2Q5KZ9RP0 I Lived an Honest Life Only to Have My Fiancé Betray Me, So in My New Life I'll Live as the Villainess CNT_2QNP163W85ZG Josei TAG_0MD2Q5KZ9RP0
CNT_2QNP163W85ZG,TAG_1JJWZ3KM04E0 I Lived an Honest Life Only to Have My Fiancé Betray Me, So in My New Life I'll Live as the Villainess CNT_2QNP163W85ZG Second Chance TAG_1JJWZ3KM04E0
CNT_2QNP163W85ZG,TAG_1PTQBP2GWFB0 I Lived an Honest Life Only to Have My Fiancé Betray Me, So in My New Life I'll Live as the Villainess CNT_2QNP163W85ZG Time Travel TAG_1PTQBP2GWFB0
CNT_2QNP163W85ZG,TAG_2M2AXCZQH3EG I Lived an Honest Life Only to Have My Fiancé Betray Me, So in My New Life I'll Live as the Villainess CNT_2QNP163W85ZG Drama TAG_2M2AXCZQH3EG
CNT_2QNP163W85ZG,TAG_2MBNBKTGHS0G I Lived an Honest Life Only to Have My Fiancé Betray Me, So in My New Life I'll Live as the Villainess CNT_2QNP163W85ZG 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.285ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS