BookWalker

home / database

products

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

2 rows where series_id = "CNT_3Q5CAY9RP770"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: listed_at (date), on_sale_at (date)

id ▼ content_id series_id parent_content_id level content_type product_type title alt_titles subtitle display_title display_title_short description description_short image_id display_order listed_at label_id geoblock_id display_name copyright on_presale_at on_sale_at off_sale_at add_on add_on_campaign_only
PRD_09D4942E4JW0 CNT_0MGEG8KHYQ0G Deathbound Duke's Daughter CNT_3Q5CAY9RP770 CNT_3Q5CAY9RP770 2 2 1 Volume 2 []   Deathbound Duke's Daughter: Volume 2   Having been reincarnated as the villainous daughter of a duke, Erika Aurelia has safely shattered the flag that would've one day seen her killed by an evil spirit. The next death flag awaiting her leads to her being devoured by a beast bound to Prince August of Ignitia. The royal capital is lively with the spirit of Adventmas as Erika drops by to prevent her next fated demise. There, she meets a young boy so beautiful he could be mistaken for an angel... Erika has shattered the flag where she'd be killed by an evil spirit. The royal capital is full of Adventmas spirit, and Erika drops by to prevent her next fated demise. There, she meets a young boy so beautiful he could be mistaken for an angel... 01KG9CNMA9RK9BHN1BGWEJ74BM 2.0 2020-06-23T07:00:00.000Z J-Novel Club LAB_30X9NTZYDFV0 GEO_1PQM5BDYSMG0 Deathbound Duke's Daughter: Volume 2 Copyright (C) 2017 Terasu Senoo Illustrations Copyright (C) 2017 Munashichi   2020-09-19T07:00:00.000Z   0 0
PRD_0J6S0HWBZDHG CNT_1QHEW4ME8YA0 Deathbound Duke's Daughter CNT_3Q5CAY9RP770 CNT_3Q5CAY9RP770 2 2 1 Volume 1 []   Deathbound Duke's Daughter: Volume 1   """"One evening in early spring, eight-year-old Erika Aurelia realizes she's the detestable little villainess from an otome game called Liber Monstrorum: The Winter Maiden and the Phantasmic Beasts. As if that wasn't bad enough already, Erika's role in the game is to pester the main character... and then die in order to kick off a mysterious series of events! These incidents are different in each love interest's route, and seven routes means seven deaths to avoid. Not one to throw in the towel, Erika knows she must take action to destroy her death flags—and since her life is on the line, there's no time to lose! Her very first death flag is set to rise after she meets two noble children from a prominent magician's house. In order to prevent the resulting incidents, the Gold Rush Murders, she arms herself with her brother's expensive(!!!) magical items and heads into the ancient Seafarer's Ruins. But things don't quite go according to plan..."""" A young woman is reincarnated as Erika Aurelia, a little villainess from an otome game who's fated to die in all seven routes. Using her wits and her brother's (very expensive!) magical items, she aims to destroy her death flags... and survive! 01KG9BTAKV0N364Q0HW0ERVJEG 1.0 2020-04-22T07:00:00.000Z J-Novel Club LAB_30X9NTZYDFV0 GEO_1PQM5BDYSMG0 Deathbound Duke's Daughter: Volume 1 Copyright (C) 2017 Terasu Senoo Illustrations Copyright (C) 2017 Munashichi   2020-06-27T07:00:00.000Z   0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE products (
      id TEXT PRIMARY KEY,
      content_id TEXT NOT NULL,
      series_id TEXT NOT NULL,
      parent_content_id TEXT,
      level INTEGER NOT NULL,
      content_type INTEGER NOT NULL,
      product_type INTEGER NOT NULL,
      title TEXT NOT NULL,
      alt_titles TEXT NOT NULL,
      subtitle TEXT NOT NULL,
      display_title TEXT NOT NULL,
      display_title_short TEXT NOT NULL,
      description TEXT NOT NULL,
      description_short TEXT NOT NULL,
      image_id TEXT NOT NULL,
      display_order REAL NOT NULL,
      listed_at TEXT NOT NULL,
      label_id TEXT NOT NULL,
      geoblock_id TEXT,
      display_name TEXT NOT NULL,
      copyright TEXT,
      on_presale_at TEXT,
      on_sale_at TEXT NOT NULL,
      off_sale_at TEXT,
      add_on INTEGER NOT NULL,
      add_on_campaign_only INTEGER NOT NULL,
      FOREIGN KEY (series_id) REFERENCES series(id),
      FOREIGN KEY (label_id) REFERENCES labels(id),
      FOREIGN KEY (geoblock_id) REFERENCES geoblocks(id)
    );
CREATE INDEX idx_products_content ON products(content_id);
CREATE INDEX idx_products_series ON products(series_id);
CREATE INDEX idx_products_label ON products(label_id);
CREATE INDEX idx_products_geoblock ON products(geoblock_id);
CREATE INDEX idx_products_image ON products(image_id);
Powered by Datasette · Queries took 28.118ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS