BookWalker

home / database

products

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

2 rows where series_id = "CNT_2600HYY6YHXG"

✎ 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_2NVAP544Z8SG CNT_0P7H15VQ1FR0 Dysfunctional Family Theory CNT_2600HYY6YHXG CNT_2600HYY6YHXG 2 1 1 Volume 1 []   Dysfunctional Family Theory Vol. 1   When Sentaro goes to pay his respects to the family of his late ex-girlfriend, Ririko, the last thing he expects is to be named the father of her child! Well... potentially the father. As it turns out, he and a certain thorn from Ririko's past, Touma, have both been declared possible dads to a young girl named Meguru. But there's a catch--according to Ririko's will, there will be no DNA test. Instead, Meguru will live with them and decide for herself who she wants to call her father. Now, two men with a complicated past must navigate an even more complicated future--under one roof, raising a child together. As tensions rise and unexpected bonds form, will this dysfunctional family find a way to work... or will the growing feelings between Sentaro and Touma make things even messier? Two men are thrust into a competition for fatherhood that neither of them is sure they really want. But when they're all forced to live together, thoughts and feelings may change in a big way. A Boys' Love manga about building a family even in the weirdest of circumstances! 01KGBWVVAX2YS6BFE9SZEFQAZ9 1.0 2025-09-30T07:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG Dysfunctional Family Theory Vol. 1 © 2024 MAYO TSURUKAME   2025-11-18T08:00:00.000Z   0 0
PRD_30T11R1HMMP0 CNT_0DNVWP131JGG Dysfunctional Family Theory CNT_2600HYY6YHXG CNT_2600HYY6YHXG 2 1 1 Volume 2 []   Dysfunctional Family Theory Vol. 2   After a drunk Sentaro kisses Touma, Touma faces Sentaro's past and future feelings. The question is, are those feelings mutual? Before they can reach an answer, things start to get rowdy with Touma's criminal organization, the Aida gang...and little Meguru disappears! As the two men work to get to the bottom of her disappearance, will their true feelings bloom? FROM A KISS TO A KIDNAPPING?! 01KH2WA7T92JG1GH9R4FRXCABG 2.0 2025-12-26T08:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG Dysfunctional Family Theory Vol. 2 © 2024 MAYO TSURUKAME   2026-03-17T07: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 26.023ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS