BookWalker

home / database

products

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

2 rows where series_id = "CNT_3JQT5ZFPR3Q0"

✎ 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_1VKMS18GFN9G CNT_1YBPD4700YNG Sleeping on Paper Boats CNT_3JQT5ZFPR3Q0 CNT_3JQT5ZFPR3Q0 2 1 1 Volume 1 []   Sleeping on Paper Boats, Vol. 1   Kei Kitahara, a visionary screenwriter who has taken postwar Japan by storm, has made the difficult decision to lay down his pen for good after he realizes the people he's been basing his characters on have all met unfortunate ends. He spends his days in misery, waiting to die, until a reason to live finds him in the gutter, too drunk and beaten to move. Kei can't help but be attracted to his savior's bewitching innocence, and the urge to write about him grows stronger by the day. Knowing he can't take the risk, he vows never to use his pen against him, but will temptation prove too great?   01KGC0S6AT84FVC84V1GRF7YPH 1.0 2025-12-09T08:00:00.000Z SuBLime LAB_128NRHG35NQG GEO_1PQM5BDYSMG0 Sleeping on Paper Boats, Vol. 1 KAMI NO FUNE DE NEMURU 1 © 2023 Teki Yatsuda/FRANCE SHOIN   2025-12-09T08:00:00.000Z   0 0
PRD_304A40DDNZSG CNT_2R7CHD5TTR5G Sleeping on Paper Boats CNT_3JQT5ZFPR3Q0 CNT_3JQT5ZFPR3Q0 2 1 1 Volume 2 []   Sleeping on Paper Boats, Vol. 2   Yoichi is freeloading at a run-down brothel when, after watching one of Kei Kitahara's movies for the first time, he suddenly discovers his purpose in life—photography. In a twist of fate, Yoichi finds himself taking pity on a drunk lying in the gutter, only to discover it's Kei Kitahara himself. The two spend glorious days together, and while Yoichi's love for his idol grows, so too does his realization of how far apart in talent they are. Feeling left behind, his love soon begins to fester, twisting his desire for them to grow old together into something far worse—a suicide pact!   01KG78QNXDPJK44554V6ZPX8XP 2.0 2025-12-11T08:00:00.000Z SuBLime LAB_128NRHG35NQG GEO_1PQM5BDYSMG0 Sleeping on Paper Boats, Vol. 2 KAMI NO FUNE DE NEMURU 2 © 2026 Teki Yatsuda/FRANCE SHOIN   2026-01-13T08: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.841ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS