BookWalker

home / database

series_tags

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

10 rows where series_id = "CNT_0WGYAXMD3NF0"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_0WGYAXMD3NF0,TAG_0AMNE3F46BR0 I'm a (Fake) Saint Who Was Summoned to Another World, But Apparently I'm Fated to Die If I Don't Marry the Prince CNT_0WGYAXMD3NF0 complete TAG_0AMNE3F46BR0
CNT_0WGYAXMD3NF0,TAG_0M0JHS1FS5V0 I'm a (Fake) Saint Who Was Summoned to Another World, But Apparently I'm Fated to Die If I Don't Marry the Prince CNT_0WGYAXMD3NF0 Fantasy TAG_0M0JHS1FS5V0
CNT_0WGYAXMD3NF0,TAG_0MD2Q5KZ9RP0 I'm a (Fake) Saint Who Was Summoned to Another World, But Apparently I'm Fated to Die If I Don't Marry the Prince CNT_0WGYAXMD3NF0 Josei TAG_0MD2Q5KZ9RP0
CNT_0WGYAXMD3NF0,TAG_100A33G6C0H0 I'm a (Fake) Saint Who Was Summoned to Another World, But Apparently I'm Fated to Die If I Don't Marry the Prince CNT_0WGYAXMD3NF0 Female Lead TAG_100A33G6C0H0
CNT_0WGYAXMD3NF0,TAG_17KHA2S9A570 I'm a (Fake) Saint Who Was Summoned to Another World, But Apparently I'm Fated to Die If I Don't Marry the Prince CNT_0WGYAXMD3NF0 Heterosexual TAG_17KHA2S9A570
CNT_0WGYAXMD3NF0,TAG_1W03PC3YKBF0 I'm a (Fake) Saint Who Was Summoned to Another World, But Apparently I'm Fated to Die If I Don't Marry the Prince CNT_0WGYAXMD3NF0 Reincarnation TAG_1W03PC3YKBF0
CNT_0WGYAXMD3NF0,TAG_2MBNBKTGHS0G I'm a (Fake) Saint Who Was Summoned to Another World, But Apparently I'm Fated to Die If I Don't Marry the Prince CNT_0WGYAXMD3NF0 Romance TAG_2MBNBKTGHS0G
CNT_0WGYAXMD3NF0,TAG_2METMQ87165G I'm a (Fake) Saint Who Was Summoned to Another World, But Apparently I'm Fated to Die If I Don't Marry the Prince CNT_0WGYAXMD3NF0 Isekai TAG_2METMQ87165G
CNT_0WGYAXMD3NF0,TAG_3XSN3GVHVGZG I'm a (Fake) Saint Who Was Summoned to Another World, But Apparently I'm Fated to Die If I Don't Marry the Prince CNT_0WGYAXMD3NF0 Saints TAG_3XSN3GVHVGZG
CNT_0WGYAXMD3NF0,TAG_3XX5CM90BW0G I'm a (Fake) Saint Who Was Summoned to Another World, But Apparently I'm Fated to Die If I Don't Marry the Prince CNT_0WGYAXMD3NF0 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 6.652ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS