BookWalker

home / database

products

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

4 rows where series_id = "CNT_1GGV3FFG1RZ0"

✎ 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_0R7EWMK9V8P0 CNT_2KJG90CG4N0G My Tentative Name CNT_1GGV3FFG1RZ0 CNT_1GGV3FFG1RZ0 2 1 1 Volume 3 []   My Tentative Name 3   "Determined to find the whereabouts of her missing ""Boyfriend,"" Naderu (her tentative name) infiltrates the Mad Donkeys, a criminal organization tied to Iori's questionable past. But immediately after joining their ranks, she's thrown into an abandoned hospital to babysit a creepy hacker wunderkind named Mary, who offers to help her escape. She only has to play a little game... A little game with a big catch.Meanwhile, Kei, the innocent high schooler caught in the crossfire, takes it upon herself to find Iori alone—until another Mad Donkey catches her scent. Bound, restrained, and with no hope for help, Kei can only watch with horror as she faces her worst nightmare... In different places and under different circumstances, both women realize that some worlds are better left untouched."   01KGB1TNS30C3G7WM0EYMFD3AT 3.0 2022-09-08T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG My Tentative Name 3 My Tentative Name Takeru Okutsu/Kodansha Ltd.   2022-09-27T07:00:00.000Z   0 0
PRD_2H1KDREKC9RG CNT_3S03RK32N6D0 My Tentative Name CNT_1GGV3FFG1RZ0 CNT_1GGV3FFG1RZ0 2 1 1 Volume 4 []   My Tentative Name 4   I loved him to the point of madness. Before he came into my life, I had nothing. I lived each day of my life as nothing more than a hollow husk. But that all changed when I met him. I learned what it meant to love, and I learned what it felt like to live. I decided that I would love him through to the very end no matter what I had to do– even if that meant murder. And yet.... the magic spell that had been cast over him can't last forever. Just who will be the one to bleed out in the end? This thrilling tale of psychological horror and one woman's quest to claim her beloved all for herself all comes to its heart-pounding conclusion here.   01KGB2523DYMMJK634Q7CSZF54 4.0 2022-10-12T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG My Tentative Name 4 My Tentative Name Takeru Okutsu/Kodansha Ltd.   2022-10-25T07:00:00.000Z   0 0
PRD_2WDFGVA7HB9G CNT_13SYEDVY98W0 My Tentative Name CNT_1GGV3FFG1RZ0 CNT_1GGV3FFG1RZ0 2 1 1 Volume 2 []   My Tentative Name 2   You can land a boyfriend through cold-blooded murder these days, but is it enough to keep one? Naderu A.K.A. Shio's happily-ever-after faces a brand-new threat in the form of Kei, a high school girl crushing on our antiheroine's hijacked boyfriend so hard that she might as well be wearing a neon sign. Naderu responds to this danger with logic and reason: by plotting to murder her. She lures the lovestruck teen with honeyed words, but as she raises her knife to deal the killing blow, that's... when things get weird. Mad Donkey, the dangerous criminal organization after her beloved Iori, reveals that her Romeo isn't as innocent as he appears. Plus, his past is far darker than she could ever know...   01KGAJFX2T0J4CJ9K2821DKF00 2.0 2022-08-16T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG My Tentative Name 2 My Tentative Name Takeru Okutsu/Kodansha Ltd.   2022-08-30T07:00:00.000Z   0 0
PRD_3W66EN17NBT0 CNT_2E8A5EZ06DKG My Tentative Name CNT_1GGV3FFG1RZ0 CNT_1GGV3FFG1RZ0 2 1 1 Volume 1 []   My Tentative Name 1   Our protagonist awakes in a house he doesn't know—in fact, not only does he not know where he is, he doesn't know who he is. What he does know is that this unfamiliar house is empty, save for the body (and head) of a decapitated woman—one he doesn't know. A woman who seems to know him come to his door, but can he believe her? The woman, Shio, calls him "Iori"...but is that who he really is? And when she helps him hide the body without blinking an eye, telling him to trust her...can he? Who is she, really, and what important information can't he remember?   01KGAH0XE6FE5WRRNP9K6HTF8A 1.0 2022-07-05T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG My Tentative Name 1 My Tentative Name Takeru Okutsu/Kodansha Ltd.   2022-07-26T07: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.945ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS