BookWalker

home / database

products

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

3 rows where series_id = "CNT_08J31BRG44Y0"

✎ 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_085TXQJ1AQTG CNT_162SE0S5999G Modern Dungeon Capture Starting with Broken Skills CNT_08J31BRG44Y0 CNT_08J31BRG44Y0 2 2 1 Volume 3 []   Modern Dungeon Capture Starting with Broken Skills Vol. 3   After recent events, former salaryman Mizuki Ryosuke finds himself the man of the hour! He starts an adventuring business and enters a partnership with the UK government, with Carol's help. Their condition? That he retrieves a broken skill left inside the Omori Dungeon known as "Excalibur." Mizuki's party determines its location, but they aren't the only people on the hunt and a certain familiar face comes to stand in their way. Unluckily for Mizuki, however, there are more threats on this expedition... ORDERS FROM ABROAD! 01KGBGEDJ3XKFFZX1WFAYREF29 3.0 2024-10-31T07:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG Modern Dungeon Capture Starting with Broken Skills Vol. 3 © 2021 Yuuki Kimikawa   2024-11-14T08:00:00.000Z   0 0
PRD_151ZM3P3E0E0 CNT_32J2M8KGPCC0 Modern Dungeon Capture Starting with Broken Skills CNT_08J31BRG44Y0 CNT_08J31BRG44Y0 2 2 1 Volume 2 []   Modern Dungeon Capture Starting with Broken Skills Vol. 2   Mizuki Ryosuke escaped corporate life, certain death, defeated a Boss Ogre, and now lives with a new roommate--fairy girl Kessie! A dungeon appears in Omori City, and the local government asks him to help manage it. Mizuki reluctantly accepts, and with his skillbook in tow, the dungeon clearing proceeds as planned. When Mizuki and Kessie face their greatest trial yet, will the skillbook reveal its true form? And is there any truth to that weird conspiracy going around? CHEAT SKILLS TO PAY THE BILLS 01KH3P9J2E4QD3CFY2C8MQKRFP 2.0 2024-04-03T07:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG Modern Dungeon Capture Starting with Broken Skills Vol. 2 © 2020 Yuuki Kimikawa   2024-04-18T07:00:00.000Z   0 0
PRD_3N9WFWPS3F8G CNT_3S7ZPBJWBA3G Modern Dungeon Capture Starting with Broken Skills CNT_08J31BRG44Y0 CNT_08J31BRG44Y0 2 2 1 Volume 1 []   Modern Dungeon Capture Starting with Broken Skills Vol. 1   Monster-filled dungeons have recently appeared in our world. When average office worker Mizuki Ryousuke gets transferred to the Japanese countryside, by the time he gets there, the office is gone and a dungeon's sitting in its place! He finds a number of odd things when he ventures inside, like a fairy about to be eaten by goblins and a mysterious skill book that allows him to turn skills--even overpowered ones--into cards so he can use them at will! Rumors of Mizuki and his broken skills spread, and requests for him to hunt down rare items in other dungeons pour in. Where will Mizuki's new career take him next? From Corporate Drone to Dungeon Explorer! 01KG9P1JH8XS5PY41MP4X4SP72 1.0 2023-08-17T07:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG Modern Dungeon Capture Starting with Broken Skills Vol. 1 2020 Yuuki Kimikawa   2023-09-21T07: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 30.088ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS