BookWalker

home / database

products

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

3 rows where series_id = "CNT_2QTGYWGSSTE0"

✎ 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_0EC7GN0H2QN0 CNT_0M0BJKXCQSQ0 Soloist in a Cage CNT_2QTGYWGSSTE0 CNT_2QTGYWGSSTE0 2 1 1 Volume 1 []   Soloist in a Cage Vol. 1   A prison the size of a city. A lonesome, snowy place that houses all manner of criminals. It's within this cage that an orphan named Chloe struggles to survive while caring for her baby brother. But when her neighbor hatches a plan to bust them out, the wheels of her fate begin to turn. This is the story of one girl's battle to hold onto hope. A DYSTOPIAN THRILLER FROM SHONEN JUMP+ 01KGB6QYMMB25WED2DKDYW25BV 1.0 2023-04-20T07:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG Soloist in a Cage Vol. 1 2018 by Shiro Moriya   2023-05-09T07:00:00.000Z   0 0
PRD_156A4N167NFG CNT_3AYNFEBRP00G Soloist in a Cage CNT_2QTGYWGSSTE0 CNT_2QTGYWGSSTE0 2 1 1 Volume 3 []   Soloist in a Cage Vol. 3   In a treacherous district of the Prison City, one that is ruled over by a fanatical religious cult, Chloe is finally reunited with her long-lost brother. Because of the guilt she's been harboring for leaving him behind all those years ago, she keeps her identity a secret, determined to continue protecting him from the shadows. But as the day of the children's daring final escape approaches, so does the evil that's been slowly creeping toward them. What will the final outcome be for these two siblings whose lives have been torn apart by fate? HER BROTHER'S KEEPER 01KGAT9Q47D3NF3RS2SJD8KHFX 3.0 2023-11-20T08:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG Soloist in a Cage Vol. 3 2018 by Shiro Moriya   2024-01-09T08:00:00.000Z   0 0
PRD_3SYCSFG3FEFG CNT_1RJCHN74P9CG Soloist in a Cage CNT_2QTGYWGSSTE0 CNT_2QTGYWGSSTE0 2 1 1 Volume 2 []   Soloist in a Cage Vol. 2   Years after narrowly escaping alone, Chloe returns to the prison city, clinging to the hope that her brother Locke is still alive somewhere inside. After successfully enlisting the help of an informant, she steels her heart and slips beyond the barricade to search for him. What awaits Chloe in this district, where not even the guards dare to set foot? THE TIES THAT BIND 01KG9P1ENC77BPRR2PS2FW88F3 2.0 2023-08-17T07:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG Soloist in a Cage Vol. 2 2018 by Shiro Moriya   2023-09-12T07: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.768ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS