BookWalker

home / database

products

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

2 rows where series_id = "CNT_00XBTCB38MA0"

✎ 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_0T97MR5EF7B0 CNT_317NABHZ24TG Touched by Twilight CNT_00XBTCB38MA0 CNT_00XBTCB38MA0 2 1 1 Volume 2 []   Touched by Twilight, Volume 2   <P><B>A historical BL Manga about a mentor and a student torn apart by family conflict, only to find each other once again years later.</B></P><P>Following the assassination of his father, <B>Shen Feng</B> reunited with his first love, <B>Xiao Xing</B>, to investigate the murder and clear the Xiao name.</P><P>In spite of new evidence, Shen Ling seems eager to put the incident in the past, leading Shen Feng and Xiao Xing to suspect that behind his enigmatic smile, the new head of the family may be hiding something important.</P><P>While Shen Feng and Xiao Xing grapple with their growing feelings for each other, <I>Shen Dan's search of the family estate threatens to unearth the long-buried truth of the Xiao and Shen clans' blood-stained feud…!</I></P><P>-</P><P><B>Content Warnings</B>: Mild fantasy violence, (mild) sexual content, fantasy age gap</P>   01KQ0PKYH91TPPNVC2QPC2KPV2 2.0 2026-04-24T21:33:45.000Z LoveLove LAB_3TY7S40666N0 GEO_1G15ETQ2GP3G Touched by Twilight, Volume 2     2026-06-16T07:00:00.000Z   0 0
PRD_2WXK8K6YZTPG CNT_07J9TG1Q6AKG Touched by Twilight CNT_00XBTCB38MA0 CNT_00XBTCB38MA0 2 1 1 Volume 1 []   Touched by Twilight, Volume 1   <P><I>“If I don't forgive you... Who else can?”</I></P><P><B>Shen Feng</B>, the youngest of the Shen family, once vowed to surpass his childhood mentor and first love, the powerful and graceful <B>Xiao Xing</B>.<br><br>But when a deadly feud erupts between their families, their bond is torn apart by betrayal and bloodshed. Ordered to destroy the Xiao family, Shen Feng defies fate and spares Xiao Xing—knowing it means losing him forever.<br><br>Fifty years later, after his father’s assassination, Shen Feng returns home... only to come face to face with the man he thought he'd lost for good.<I> As past and present collide, can love survive the shadows of loss and regret...?</I></P><P><I>-</I></P><P><B><U>CWs</U></B>: mild fantasy violence</P>   01KQZWE484HKM6D16G1K0WHDTD 1.0 2026-05-07T00:11:56.000Z LoveLove LAB_3TY7S40666N0 GEO_1G15ETQ2GP3G Touched by Twilight, Volume 1     2025-12-23T00: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 27.351ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS