BookWalker

home / database

products

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

3 rows where series_id = "CNT_25EZ63GMZY0G"

✎ 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_173RV7Z4MYBG CNT_05GY26E6K18G Manga Dogs CNT_25EZ63GMZY0G CNT_25EZ63GMZY0G 2 1 1 Volume 2 []   Manga Dogs 2   MANGA'S BEST FRIEND? Kanna had just gotten used to balancing her two lives as a high school student?and a professional manga artist when three starry-eyed bozos intruded on her?well-ordered life! But as she faces down a rival, a kidnapper, and her dismal?popularity rankings, her dim-witted disciples have her back. Maybe having pets?isn't so bad after all?? A sharp-witted satire of the manga world from the creator of?I Am Here! and Missions of Love!   01KG9YJ6VM38027V19EJA8FB17 2.0 2016-10-25T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG Manga Dogs 2 (C) Ema Toyama / Kodansha Ltd.   2016-10-25T07:00:00.000Z   0 0
PRD_35B3DGE9JYV0 CNT_155MJF9ASGR0 Manga Dogs CNT_25EZ63GMZY0G CNT_25EZ63GMZY0G 2 1 1 Volume 1 []   Manga Dogs 1   MEET THE COMIC RELIEF Kanna Tezuka is a serious 15-year-old manga artist, already being published as a pro. So when she finds out her high school is starting a manga drawing course, even she gets excited. But it's a fiasco! The teacher is useless, and the only other students - three pretty-boy artist wannabes - quickly adopt Kanna as their (unwilling) sensei. But they all have ridiculous delusions about being an artist, and if Kanna can't bring them back down to Earth, she'll never get any work done! A sharp-witted satire of the manga world from the creator of I Am Here! and Missions of Love!   01KG98EGKTMKEJE2HX3NYS3V6N 1.0 2016-10-25T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG Manga Dogs 1 (C) Ema Toyama / Kodansha Ltd.   2016-10-25T07:00:00.000Z   0 0
PRD_36TG2XC7PZM0 CNT_35V7JXK2AHZ0 Manga Dogs CNT_25EZ63GMZY0G CNT_25EZ63GMZY0G 2 1 1 Volume 3 []   Manga Dogs 3   END OF THE LINE Teenage manga artist Kanna Tezuka's series about a high school for Buddhist?statues is facing cancelation! Meanwhile, the manga course that's given her so?much free time to draw at school is under threat from a principal taken?with the next big thing: light novels! Their teacher's solution to this existential?crisis is an inspiring field trip, but will it be enough to get these dogs to start?drawing at last?!? A sharp-witted satire of the manga world from the creator of?I Am Here! and Missions of Love!   01KG9YJ7CP01ZF5JNV9CW6B1QY 3.0 2016-10-25T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG Manga Dogs 3 (C) Ema Toyama / Kodansha Ltd.   2016-10-25T07: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.028ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS