BookWalker

home / database

products

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

3 rows where series_id = "CNT_3GCD37YXSC80"

✎ 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_06QVGV5X6VD0 CNT_2SK2N4EEGAK0 Let me See the Real You, Senpai! CNT_3GCD37YXSC80 CNT_3GCD37YXSC80 2 1 1 Volume 1 []   Let Me See the Real You, Senpai! Vol. 1   Haruki is a shut-in who has a hard time talking to people in real life. But online, he's an enigmatic VTuber with over 700k followers! It took five years to grow his fanbase, but he's hit a serious plateau. When he gets a chance to collab with Yuu, a brand-new femboy VTuber, he gets a huge boost in followers--and maybe a friend too?! But when they finally meet IRL, it turns out that the voice behind Yuu is actually an incredibly handsome man! Can Yuu bring out Haruki's true nature and help him be more comfortable in his own skin? Log on for this Boys' Love Vtuber romance! A shy shut-in who masquerades as a wildly popular VTuber online collabs with a newbie who quickly becomes his friend...and maybe something more? A Boys' Love manga about VTubers from the creator of PUNKS TRIANGLE--also available from Seven Seas! 01KGBQSPCRZH9H55D078CA9145 1.0 2025-06-26T07:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG Let Me See the Real You, Senpai! Vol. 1 ©YUHO OKITA 2023   2025-09-02T07:00:00.000Z   0 0
PRD_1JYVVQP48KE0 CNT_24R7P0PNDQZG Let me See the Real You, Senpai! CNT_3GCD37YXSC80 CNT_3GCD37YXSC80 2 1 1 Volume 3 []   Let Me See the Real You, Senpai! Vol. 3   Haruki and Yuu are growing in popularity, thanks to the team they formed with experienced VTubers Youzu and Hakai! Their 3D models are soon to be a reality, and their days are full to bursting with livestream recordings and rehearsals. But all this excitement has Haruki missing Yuu-kun's soft words...and his intense love! What awaits the couple in the next phase of their careers--and their relationship? LOVE AND LONGING 01KRZ244YC90W206B1HHDVEBMW 3.0 2026-05-19T02:44:12.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG Let Me See the Real You, Senpai! Vol. 3 ©YUHO OKITA 2025   2026-06-16T07:00:00.000Z   0 0
PRD_1R5W432N6YYG CNT_028N5PKD9PDG Let me See the Real You, Senpai! CNT_3GCD37YXSC80 CNT_3GCD37YXSC80 2 1 1 Volume 2 []   Let Me See the Real You, Senpai! Vol. 2   After overcoming the horrors of being exposed and dogpiled online, the pair begin their journey as a couple. Everything seems to be moving along without a hitch...until Haruki starts getting offers from VTuber agencies! How will Yuu-kun feel when Haruki begins connecting with more and more people? TROUBLE IN PARADISE 01KGC0ESQ2NCSKCXGAGR0VW02Q 2.0 2025-10-28T07:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG Let Me See the Real You, Senpai! Vol. 2 ©YUHO OKITA 2024   2026-01-06T08: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 23.149ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS