BookWalker

home / database

products

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

2 rows where series_id = "CNT_1K5W1K4NBWB0"

✎ 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_1EDNWA1ZDJY0 CNT_1CBZC6Y4ZNY0 Blitz CNT_1K5W1K4NBWB0 CNT_1K5W1K4NBWB0 2 1 1 Volume 2 []   Blitz, Volume 2   Immerse yourself into BLITZ, the new shonen manga series exploring the elite world of chess, where intuition and mental agility are precious assets on the way to victory! After the incident with Caïssa, Tom's chess level has improved considerably. Back at school, he reunites with Harmony, Laurent, Saori, as well as Anne, Marius, and Zhang. These seven chess club members of the International School of Shibuya must now battle each other to determine who will qualify for the prestigious roles of school representatives to compete in the Kantô region Junior High School Tournament. Facing skilled opponents, our heroes' abilities and characters will be put to the test... Memories, rivalries, unexpected reunions... Can the young ISS team come out victorious? As Bonus Material included in each volume, chess games are explained move by move to allow you to better understand the strategy. To facilitate further understanding, a chess lexicon and annotations are included.   01KGBCBWK0S2MYTJA7859NJSCM 2.0 2024-08-19T07:00:00.000Z Ablaze LAB_320D2TCT77N0 GEO_1PQM5BDYSMG0 Blitz, Volume 2 (c) BLITZ IWA / Shibuya Productions. All reserved.   2024-08-27T07:00:00.000Z   0 0
PRD_26B1ZGP61V70 CNT_33MT96QZVF50 Blitz CNT_1K5W1K4NBWB0 CNT_1K5W1K4NBWB0 2 1 1 Volume 1 []   Blitz, Volume 1   As seen in the pages of Shonen Jump, BLITZ is a new shonen manga exploring the elite world of chess! Immerse yourself into the world of chess, where intuition and mental agility are precious assets on the way to victory! Tom, a young high school student, has a crush on his classmate Harmony. When he learns about her passion for chess, Tom quickly decides to sign up for the school's chess club.But he doesn't even know the rules! To impress Harmony, he is left with no choice: he must learn quickly and train seriously. Soon Tom discovers the existence of Garry Kasparov, the greatest player in the history of chess. He stumbles upon a virtual reality machine that promises to help him analyze the most legendary matches of the master! In an unexpected twist of event, Tom soon is granted access to the highest echelons of the chess...   01KGBBH5TCNCH7VHFMW9SN07JT 1.0 2024-08-19T07:00:00.000Z Ablaze LAB_320D2TCT77N0 GEO_1PQM5BDYSMG0 Blitz, Volume 1 (c) BLITZ IWA / Shibuya Productions. All reserved.   2024-08-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 21.002ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS