BookWalker

home / database

products

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

4 rows where series_id = "CNT_0CVT92TJP0F0"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: geoblock_id, 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_0G85R09GMJV0 CNT_10M0QYEVA470 The Only Thing I'd Do in a No-Boys-Allowed Gaming World CNT_0CVT92TJP0F0 CNT_0CVT92TJP0F0 2 2 1 Volume 1 []   The Only Thing I'd Do in a No-Boys-Allowed Game World, Vol. 1   A dream-come-true scenario quickly becomes a nightmare when a yuri fanboy discovers that he’s been reincarnated into one of his favorite yuri games—as Hiiro, an annoying male character whose only purpose is to get between the heroines. Realizing that he’s destined for ruin in a world where men are at the bottom of the pecking order, Hiiro scrambles to get stronger and avert his fate. But his desperate efforts end up making the game’s heroines—Princess Lapis, Snow the maid, and the protagonist Sakura—fall for him instead of one another! At this rate, he’ll be killed for coming between them! Can Hiiro get the girls interested in one another before it’s too late?   01KGBBJJFERF4C45K87NY44NZ5 1.0 2024-08-29T07:00:00.000Z Yen On LAB_0TB60FJ75DX0 GEO_1PQM5BDYSMG0 The Only Thing I'd Do in a No-Boys-Allowed Game World, Vol. 1     2025-02-18T08:00:00.000Z   0 0
PRD_10KPADZ5E8AG CNT_0TJCXHT8Q730 The Only Thing I'd Do in a No-Boys-Allowed Gaming World CNT_0CVT92TJP0F0 CNT_0CVT92TJP0F0 2 2 1 Volume 4 []   The Only Thing I'd Do in a No-Boys-Allowed Game World, Vol. 4   A WAKING NIGHTMARE! Mule has been kidnapped by the combined forces of the Sanjo family and the demonic cult’s Fairlady faction. Hiiro and his friends infiltrate the enemy hideout and launch a surprise attack, successfully rescuing the dorm manager…or so they think. The Queen of Branding uses her Magic Eye to trap Chris and Hiiro in a dream world, and finding a way out is the pair’s only shot at survival!   01KRKF4CHZ3GHS1GHR9D7JPKGQ 4.0 2025-12-17T08:00:00.000Z Yen On LAB_0TB60FJ75DX0 GEO_1KB2KYDQ0JGG The Only Thing I'd Do in a No-Boys-Allowed Game World, Vol. 4     2026-06-09T07:00:00.000Z   0 0
PRD_3935QJ8JTJ50 CNT_1MR1XPG18TN0 The Only Thing I'd Do in a No-Boys-Allowed Gaming World CNT_0CVT92TJP0F0 CNT_0CVT92TJP0F0 2 2 1 Volume 2 []   The Only Thing I'd Do in a No-Boys-Allowed Game World, Vol. 2   KISS HER, NOT ME!It’s finally time for Houjou Magic Academy’s special orientation camp aboard an ultra-luxury cruise ship, but the vibes get shaken up when Princess Lapis is attacked! A veteran player of ESCO, Hiiro is well prepared for this event and decides to use the opportunity to nudge Lapis and Sakura a little closer. But just when it looks like everything is going according to plan, the enemy begins to go off script. Why does this yuri game universe continue to conspire against all-girl romance?!   01KG9R9T6HRM5AERHKC6G88FWR 2.0 2024-12-18T08:00:00.000Z Yen On LAB_0TB60FJ75DX0 GEO_1PQM5BDYSMG0 The Only Thing I'd Do in a No-Boys-Allowed Game World, Vol. 2     2025-06-10T07:00:00.000Z   0 0
PRD_3DNED0R5MAWG CNT_3RMN03XCSWNG The Only Thing I'd Do in a No-Boys-Allowed Gaming World CNT_0CVT92TJP0F0 CNT_0CVT92TJP0F0 2 2 1 Volume 3 []   The Only Thing I'd Do in a No-Boys-Allowed Game World, Vol. 3   KNOW THY ENEMY…When the flames of a catastrophic explosion swallowed up Hiiro along with Alsuhariya, everyone was sure he died…but instead, Hiiro wakes up to discover Alsuhariya inhabiting his body! How will the number one yuri fanatic fare when his soul intertwines with that of his rival—a woman who’s sworn to destroy yuri by any means necessary?! Filled with despair over this twist of fate, Hiiro finds his dorm manager being scolded for no good reason by her older sister, the brilliant mage Chris. This so-called genius is always looking down on people and doesn’t hesitate to hurt feelings, so Hiiro decides to prove just how precious the sisterhood of yuri really is!   01KP0BBZFMRP734RT0C5X5ZRH1 3.0 2025-07-07T07:00:00.000Z Yen On LAB_0TB60FJ75DX0 GEO_1PQM5BDYSMG0 The Only Thing I'd Do in a No-Boys-Allowed Game World, Vol. 3     2026-02-10T08: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 25.295ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS