BookWalker

home / database

products

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

3 rows where series_id = "CNT_2A5JYV79XH20"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: geoblock_id, 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_1QKYJGHEFK6G CNT_2P62ZY8J4NKG Demons' Crest CNT_2A5JYV79XH20 CNT_2A5JYV79XH20 2 2 1 Volume 3 []   Demons' Crest, Vol. 3   BETTER THE DEMON YOU KNOW THAN THE ONE YOU DON’T…The students of Yukihana Elementary School Class 6-1 remain trapped inside Althea, a mixed-reality hellscape. Yuuma wants everyone to work together to escape this nightmare, but an unexpected treachery leaves several of his classmates turned to stone. A surprise attack with unclear motives, a betrayal from a trusted ally, a disturbing new stat called a “demonization ratio”…and now Aria has transformed into a demon, just like Sawa! In order to survive, the students must learn to coexist with their demons. But what will this mean, and what price will they have to pay?   01KGBS62CTA9BCZY9BQMP48GSD 3.0 2025-07-07T07:00:00.000Z Yen On LAB_0TB60FJ75DX0 GEO_1PTQTSR31PRG Demons' Crest, Vol. 3     2025-12-30T08:00:00.000Z   0 0
PRD_2AAW9HH73VPG CNT_0RWQYJFNNV0G Demons' Crest CNT_2A5JYV79XH20 CNT_2A5JYV79XH20 2 2 1 Volume 1 []   Demons' Crest, Vol. 1   Yuuma Ashihara is playing Actual Magic, a virtual reality MMORPG, when it suddenly begins to fuse with the real world. While he tries to make sense of what’s happening, he runs into Sumi, one of his classmates. Before, she was one of the cutest girls in his grade, but she’s undergone a terrible metamorphosis—into one of the game's monsters! From the author of Sword Art Online and Accel World comes a story beyond VR and AR, where game and reality are one and the same.   01KG9PX9RQCZXJ9T1MAZTZ9079 1.0 2024-01-09T08:00:00.000Z Yen On LAB_0TB60FJ75DX0 GEO_1G5EK0KH20W0 Demons' Crest, Vol. 1     2024-06-18T00:00:00.000Z   0 0
PRD_37Z00N22ZW6G CNT_1FT2696WFZ20 Demons' Crest CNT_2A5JYV79XH20 CNT_2A5JYV79XH20 2 2 1 Volume 2 []   Demons' Crest, Vol. 2   FINDING FRIENDS AND FOES IN A BRAVE NEW WORLDThe latest VRMMORPG, Actual Magic, has sealed an entire class of sixth graders in a terrifying game of life and death. Countless dangers await eleven-year-old Yuuma and his friends. One of their classmates has been turned into a monster, and gargantuan beasts lurk around every corner. Their only hope? The demon Valac, who has possessed Yuuma’s twin sister. Following Valac’s guidance, Yuuma and his party set out to save their missing friend, Nagi. But an unexpected encounter awaits them…   01KH3QT9YNJ9ZGF7MY38D463Q3 2.0 2024-05-08T07:00:00.000Z Yen On LAB_0TB60FJ75DX0 GEO_1PTQTSR31PRG Demons' Crest, Vol. 2     2024-10-29T07: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 33.106ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS