BookWalker

home / database

products

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

3 rows where series_id = "CNT_0ZYJ3AJCXQ50"

✎ 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_0H7VJVH5CTH0 CNT_0HFFBR968CGG The Tree of Death: Yomotsuhegui CNT_0ZYJ3AJCXQ50 CNT_0ZYJ3AJCXQ50 2 1 1 Volume 2 []   The Tree of Death: Yomotsuhegui Vol. 2   Among us live the Undying, who feed the fruit of the Yomotsuhegui to those who seek eternal life, or even just a momentary rescue from death, and thus these immortals increase their numbers one by one... Can the Shinigami Ren and former police officer and current Undying Nawa save the world from a fate worse than death with their special gift--the power to grant mortality to those doomed to live forever?! JUST ONE BITE... 01KGBA71ASPJYDTYFZW7KHG13H 2.0 2024-05-21T07:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG The Tree of Death: Yomotsuhegui Vol. 2 © 2022 Masasumi Kakizaki   2024-06-18T07:00:00.000Z   0 0
PRD_1MHHBZTWPC10 CNT_238PZ1FP6GCG The Tree of Death: Yomotsuhegui CNT_0ZYJ3AJCXQ50 CNT_0ZYJ3AJCXQ50 2 1 1 Volume 3 []   The Tree of Death: Yomotsuhegui Vol. 3   Nawa and Ren's quest to bestow death upon those who feast on the fruit of the Yomotsuhegui brings them face to face with Yue, King of the Undying! His four-thousand year-old secret is revealed, as is a darker one hiding in the very seed of the fruit within Nawa's body. After strange aeons, can even death finally die?! DEATH TO THE UNDYING! 01KGBF23B7T13V89J659VZWWP0 3.0 2024-10-04T07:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG The Tree of Death: Yomotsuhegui Vol. 3 © 2023 Masasumi Kakizaki   2024-11-12T08:00:00.000Z   0 0
PRD_3F8EDA57XXTG CNT_0WMYB9K5FXCG The Tree of Death: Yomotsuhegui CNT_0ZYJ3AJCXQ50 CNT_0ZYJ3AJCXQ50 2 1 1 Volume 1 []   The Tree of Death: Yomotsuhegui Vol. 1   Police officer Nawa Kanetsugu lost almost everything when his wife and daughter were killed. All that remains now is his thirst for vengeance and hunger for the fruit of immortality! But when he takes a bite, he is plunged into the midst of an endless war between the enigmatic and twisted Undying, and Ren, a single shinigami looking to restore death to the world! Can Kanetsugu survive? Of course his body shall--but will his soul? Forbidden Fruit 01KG9PVP045XJ9JV46X1TQWVD5 1.0 2023-12-19T08:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG The Tree of Death: Yomotsuhegui Vol. 1 2022 Masasumi Kakizaki   2024-02-06T08: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 27.58ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS