BookWalker

home / database

products

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

1 row where series_id = "CNT_086VWC6GMM70"

✎ 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_1KJAQ0M53A6G CNT_0FP7HNKF5AGG A Beast's Love Is Like the Moon CNT_086VWC6GMM70 CNT_086VWC6GMM70 2 1 1 A Beast's Love Is Like the Moon []   A Beast's Love Is Like the Moon   Tired of the fast-paced city life, Izuki has agreed to take care of his uncle's house in the mountains, which are said to be "visited by yokai." <BR /><BR /> Izuki, dismissive of the superstition, goes exploring &mdash; only to be attacked by a yokai in the woods. He's saved by a beautiful man named Haku, who claims to be the incarnation of a komainu guardian dog. He pledges himself to Izuki and begs him to be his master. Izuki refuses at first, wanting to return to the city as quickly as possible, but is swayed by Haku's lonely eyes and brings him back to the house. Gradually, he falls into a comfortable rhythm with the pushy but devoted Haku while living under the same roof, and Izuki wonders if he really wants to return to the city as he thought. <BR /><BR /> However, Haku harbors a secret that could put Izuki's life at risk. Will Izuki and Haku come together in the end, or will Haku succumb to the loneliness that he's held at bay for centuries...?<BR /><BR /><I><B>NOTE: This book contains mature themes and explicit sexual content, including situations involving dubious consent. It is not intended for anyone under 18 years of age.</B></I><BR /><BR /><I>"Our two leads understand what they're missing out on in life, and finding it in each other was cute. I also credit the narrative for how it wraps up the story threads by the end. When we finally reached that point, I was admittedly emotional."<B> &mdash; MrAJCosplay</B></I><BR /><BR /><I>"Are you attracted to the idea of a man who you so enamored that he can't control himself? A love interest who is more beast than man? So strong and mysterious that he might even be dangerous? That's what A Beast's Love Is Like the Moon has to offer: a supernatural romance with Twilight vibes, where the love interest is an ancient and unknowable creature who perplexingly wants nothing more than the first young ingenue to show up at his doorstep."<B> &mdash; Lauren Orsini</B></I>   01KPJ80H3HVZD27CK36QRBWBFP 0.0 2024-01-16T08:00:00.000Z Tokyopop LAB_2C2B4XAHKSHG GEO_1G15ETQ2GP3G A Beast's Love Is Like the Moon © 2021   2024-01-22T00: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.255ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS