BookWalker

home / database

products

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

3 rows where series_id = "CNT_0JQ5ZFSTFCZ0"

✎ 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_0HJTCJCKXB10 CNT_16BD02W6J03G Yoshi no Zuikara CNT_0JQ5ZFSTFCZ0 CNT_0JQ5ZFSTFCZ0 2 1 1 Volume 2 []   Yoshi no Zuikara, Vol. 2   After ten years of trying to hit it big in the manga world, Naruhiko’s latest series is taking off! Still, he can’t help but wonder if he really deserves the success. So when the time comes for him to leave the island for a book signing in Tokyo, he can’t help but worry! At long last, he gets to meet some of the fans who have supported him for years… Surely he won’t slip up along the way?   01KG9DDA1QY5DNRDFC5CNT6MRK 2.0 2020-10-30T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1PQM5BDYSMG0 Yoshi no Zuikara, Vol. 2     2020-11-17T08:00:00.000Z   0 0
PRD_1CKA1XJMJD9G CNT_0PT4K56J0R40 Yoshi no Zuikara CNT_0JQ5ZFSTFCZ0 CNT_0JQ5ZFSTFCZ0 2 1 1 Volume 3 []   Yoshi no Zuikara, Vol. 3   Naruhiko Tohno has finally hit it big with Wakkamon, his new manga series about life in a small island village. But thanks to tight deadlines and a no-nonsense editor, it’s been a long road to success. As Nakuhiko answers interview questions, he recalls the stressful days before he made his debut...and it’s not going to get anyeasier from here on out! The story of an ordinary manga creator’s ordinary life comes to a close in this final volume.   01KG9E13QA48A9C8P8S15KFS08 3.0 2021-04-21T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1PQM5BDYSMG0 Yoshi no Zuikara, Vol. 3     2021-06-08T07:00:00.000Z   0 0
PRD_3MWWF63V8J6G CNT_0QGHX1KQC7D0 Yoshi no Zuikara CNT_0JQ5ZFSTFCZ0 CNT_0JQ5ZFSTFCZ0 2 1 1 Volume 1 []   Yoshi no Zuikara, Vol. 1   Thirty-two-year-old Tohno Naruhiko has been scraping by as a manga creator for ten years, and when his latest series gets canceled, he finds himself at a crossroads. Tohno’s always had his sights set on fantasy, but this time around, his editor’s got another idea—a slice-of-life story set in a remote village not unlike the one where he was born and raised. Could a return to his roots be exactly the change of pace our reclusive manga creator needs?   01KG9CBQKFS719BMEQYA55AG6M 1.0 2020-08-21T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1PQM5BDYSMG0 Yoshi no Zuikara, Vol. 1     2020-09-29T07: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.897ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS