BookWalker

home / database

products

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

3 rows where series_id = "CNT_3CTHCD87YZBG"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: copyright, 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_024ER556AGB0 CNT_0XQENPQQP21G Queen Bee CNT_3CTHCD87YZBG CNT_3CTHCD87YZBG 2 1 1 Volume 3 []   Queen Bee 3   Final volume! Mihane has finally started dating her beloved Toma-kun!! Toma-kun is acting like a shy girl, and Mihane is so happy she almost seems macho. But just as Mihane is enjoying the dating life, Toma-kun's beautiful ex-girlfriend appears and throws everything into chaos?!   01KG9BGH0F1S03RRQ8YXKAYBYV 3.0 2019-10-29T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG Queen Bee 3 Shizuru Seino / Kodansha Ltd.   2019-11-12T08:00:00.000Z   0 0
PRD_1J19NDJDK6AG CNT_0QXBHTKRV2B0 Queen Bee CNT_3CTHCD87YZBG CNT_3CTHCD87YZBG 2 1 1 Volume 1 []   Queen Bee 1   A high-tension high-school romantic comedy with a heroine whose pure love is like an attack! Due to her scary face and penchant for fighting, high schooler Mihane Hirata is known as the “Killer Demon.” But, she's actually an earnest 16-year old in love ... While trying to get closer to her beloved Toma, the cutest guy in her class, she accidentally confesses her love to him! Not only that, but before Toma can respond, Mihane suggests that they try dating for three days ... ?!   01KGA633HZ8RK40PX5R2FNN4S5 1.0 2019-09-03T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG Queen Bee 1 (C) Shizuru Seino / Kodansha Ltd.   2019-09-10T07:00:00.000Z   0 0
PRD_3HN1ZJK6HH90 CNT_2ZK9ZH9FN33G Queen Bee CNT_3CTHCD87YZBG CNT_3CTHCD87YZBG 2 1 1 Volume 2 []   Queen Bee 2   Her face might be a bit scary, but Mihane Hirata is the most pure-hearted high school girl you'll meet. Mihane's beloved Toma has already turned her down, but now it seems like he's starting to fall for the powerful Mihane?! Around that time, a rumor starts going around that Toma has a stalker--but it's none other than Mihane trying her best to protect him?!   01KGA7M5MTXVGVME8SC1CEPPWQ 2.0 2019-10-03T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG Queen Bee 2 (C) Shizuru Seino / Kodansha Ltd.   2019-10-08T07: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 24.641ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS