BookWalker

home / database

products

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

4 rows where series_id = "CNT_1C5QJ2N6VENG"

✎ 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_1ANDAACNBY50 CNT_2Z12K0EEV960 That Time the Manga Editor Started a New Life in the Countryside CNT_1C5QJ2N6VENG CNT_1C5QJ2N6VENG 2 1 1 Volume 2 []   That Time the Manga Editor Started a New Life in the Countryside 2   Kuma's rice is getting big, but it's far too soon to celebrate. What are those bugs crawling all over his crops? Is that a typhoon on the way? When disaster strikes, not only are everyone's crops in danger, but their humble houses, too. The countryside isn't for everyone, and when the going gets tough, it might just be time to throw in the towel and return to the city.   01KH3GY2331MBN1QF6AN4CX54W 2.0 2023-10-24T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG That Time the Manga Editor Started a New Life in the Countryside 2 Kumagae/Kodansha Ltd.   2023-11-14T08:00:00.000Z   0 0
PRD_1YX1C7P6FDFG CNT_0678XR70Y80G That Time the Manga Editor Started a New Life in the Countryside CNT_1C5QJ2N6VENG CNT_1C5QJ2N6VENG 2 1 1 Volume 3 []   That Time the Manga Editor Started a New Life in the Countryside 3   After finally harvesting his rice, Kuma's next move is to...leave the countryside?! But when Kuma and Miyu get a taste of vegetables that knock their socks off, the farming itch strikes again and lands them back on a farm. Problem is, they've fallen into the hands of a fermentation fanatic and her friend-a mad soil scientist with plans of world domination. As winter rolls in and rice is off the table, Kuma gets a crash course in his next possible venture.   01KGAT074MSF2WXZM21ZC1KRZD 3.0 2023-11-21T08:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG That Time the Manga Editor Started a New Life in the Countryside 3 Kumagae/Kodansha Ltd.   2023-12-12T08:00:00.000Z   0 0
PRD_334N7QZ609GG CNT_028818QCJ3BG That Time the Manga Editor Started a New Life in the Countryside CNT_1C5QJ2N6VENG CNT_1C5QJ2N6VENG 2 1 1 Volume 1 []   That Time the Manga Editor Started a New Life in the Countryside 1   Sick of his job and the city, Yohei "Kuma" Sakuma has a grand plan-to start anew in the countryside and live off the land. Thing is, he hasn't told his wife yet, nor does he know the first thing about growing rice. Between crooked houses, swarms of bugs, and grueling work under the sun, the city slicker Kuma and his wife Miyu get a crash course in country life. But at the end of the day, with beer in hand as they take in the sights, they begin to understand that country life can be real hard, but real good.   01KG9P0T1H4JGJWX56K2H73MTR 1.0 2023-09-12T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG That Time the Manga Editor Started a New Life in the Countryside 1 Kumagae/Kodansha Ltd.   2023-10-03T07:00:00.000Z   0 0
PRD_3N2SG2HJ94WG CNT_2CHX55Z5HEKG That Time the Manga Editor Started a New Life in the Countryside CNT_1C5QJ2N6VENG CNT_1C5QJ2N6VENG 2 1 1 Volume 4 []   That Time the Manga Editor Started a New Life in the Countryside 4   Kuma and Miyu may have moved to the comfy countryside-a sweet spot between city comforts and rugged rural life-but he's no less determined to feed his family for a year. But when a rookie manga artist Kuma ditched for the farm comes looking for him at the office, Oshii pays the paddies a visit to try and convince Kuma to come back. The seeds of spring plant ideas in Kuma's head, culminating in him getting his hands dirty-not just in the fields, but in the world of manga once again.   01KGAV1EQC00B2B8D1SY18HZVA 4.0 2023-12-19T08:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG That Time the Manga Editor Started a New Life in the Countryside 4 Kumagae/Kodansha Ltd.   2024-01-09T08: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 30.295ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS