BookWalker

home / database

products

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

3 rows where series_id = "CNT_375WT92Q6VR0"

✎ 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_0NNW5ASD0XTG CNT_0ZP9268C4W6G Mobsters in Love CNT_375WT92Q6VR0 CNT_375WT92Q6VR0 2 1 1 Volume 02 []   Mobsters in Love 02   Mob captain Akihiro Kashima has been successfully hiding his feelings for his boss for years now. But Ritsu Hibiya, assistant captain, has figured out his secret! In order to keep Hibiya's lips sealed, Kashima agrees to be his servant, but then Hibiya pushes him down and kisses him...just when the boss walks in on them!   01KGBRM4PRBRD5MYP7AHRGMARP 2.0 2025-07-03T07:00:00.000Z SQUARE ENIX LAB_26KAVJENDCDG GEO_1PQM5BDYSMG0 Mobsters in Love 02     2025-07-03T07:00:00.000Z   0 0
PRD_2VX4ZKBJEWA0 CNT_1ZBFJF3GDBP0 Mobsters in Love CNT_375WT92Q6VR0 CNT_375WT92Q6VR0 2 1 1 Volume 03 []   Mobsters in Love 03   Absence makes the heart grow fonder... Mob boss Sawatari has kicked his right-hand man, Kashima, out of the family. Free of the previous ties that bound him, Sawatari is finally able to notice that what he's feeling toward his second-in-command is love! While at first things seem like they might be too awkward to go on, Sawatari suddenly kisses Kashima! Romance is on the horizon at last, only for an enemy to show up and take out Sawatari... In this final volume, will these two mobsters find their way back to each other and land a happy ending?   01KGBRM44XZHY7BZGEC4CC3FGX 3.0 2025-07-03T07:00:00.000Z SQUARE ENIX LAB_26KAVJENDCDG GEO_1PQM5BDYSMG0 Mobsters in Love 03     2025-07-03T07:00:00.000Z   0 0
PRD_3KRGSSRS36K0 CNT_3JMAZ8VB64X0 Mobsters in Love CNT_375WT92Q6VR0 CNT_375WT92Q6VR0 2 1 1 Volume 01 []   Mobsters in Love 01   Akihiro Kashima is the right-hand man of the Sawatari mob, and he has a secret. He's been hopelessly in love for years—with his boss! As a trusted subordinate, he's subject to the head honcho's unintended acts of seduction. But with Akihiro's position in the group at stake, he couldn't possibly reveal the infatuation that plagues him. Stuck between duty and his feelings, something's gotta give!   01KGBQTWC6QQ86NRGY279GHFFQ 1.0 2025-07-03T07:00:00.000Z SQUARE ENIX LAB_26KAVJENDCDG GEO_1PQM5BDYSMG0 Mobsters in Love 01     2025-07-03T07: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 25.621ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS