BookWalker

home / database

products

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

2 rows where series_id = "CNT_32XS7AS3DKSG"

✎ 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_0P89GC27AT0G CNT_0TYGMZW2C5TG The Boys with Tomorrow to Conquer CNT_32XS7AS3DKSG CNT_32XS7AS3DKSG 2 1 1 Volume 2 []   The Boys with Tomorrow to Conquer 2   Kei Fujieda was bored: bored with school, bored with his friends, bored with life. Having been forced to attend an elite high school, Fujieda's days were spent feeling trapped. Only his rebellious, bad-boy attitude gave him a fleeting sense of excitement in his otherwise dreary existence. It wasn't until a school prank went bad that Kei found a reason worth living: Atsushi Sakurada. Sakurada was a model student and a teacher's pet; the complete opposite of Fujieda. Calm and cool in every situation, his unexpected encounter with Fujieda gave him a chance to reveal his true nature, sparking an interest in Fujieda that was both confusing and addictive. Suddenly the pair become part of each other's lives in more ways than one. Their days, once thought of as quiet and monotonous, are turned upside down as they struggle with unfamiliar feelings and outside circumstances that threaten to end their relationship when it's only just begun.   01KH3PQ62FDAK05M7V5XT7YSZ5 2.0 2024-04-05T07:00:00.000Z TAIYOH TOSHO LAB_3FNFX7X92DDG GEO_1PQM5BDYSMG0 The Boys with Tomorrow to Conquer 2 ⒸSatoru Ishihara/TAIYOH TOSHO   2024-04-05T07:00:00.000Z   0 0
PRD_2MHGAPD48TG0 CNT_1TKQ40Q6JNA0 The Boys with Tomorrow to Conquer CNT_32XS7AS3DKSG CNT_32XS7AS3DKSG 2 1 1 Volume 1 []   The Boys with Tomorrow to Conquer 1   Kei Fujieda was bored: bored with school, bored with his friends, bored with life. Having been forced to attend an elite high school, Fujieda's days were spent feeling trapped. Only his rebellious, bad-boy attitude gave him a fleeting sense of excitement in his otherwise dreary existence. It wasn't until a school prank went bad that Kei found a reason worth living: Atsushi Sakurada. Sakurada was a model student and a teacher's pet; the complete opposite of Fujieda. Calm and cool in every situation, his unexpected encounter with Fujieda gave him a chance to reveal his true nature, sparking an interest in Fujieda that was both confusing and addictive. Suddenly the pair become part of each other's lives in more ways than one. Their days, once thought of as quiet and monotonous, are turned upside down as they struggle with unfamiliar feelings and outside circumstances that threaten to end their relationship when it's only just begun.   01KH3P63YGJ1V53GMGVGZSGJ35 1.0 2024-04-05T07:00:00.000Z TAIYOH TOSHO LAB_3FNFX7X92DDG GEO_1PQM5BDYSMG0 The Boys with Tomorrow to Conquer 1 ⒸSatoru Ishihara/TAIYOH TOSHO   2024-04-05T07: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 19.833ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS