BookWalker

home / database

products

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

3 rows where series_id = "CNT_1XPXEB6Z99TG"

✎ 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_05ABSRVESG4G CNT_253H0FNBXXAG Yokohama Station SF CNT_1XPXEB6Z99TG CNT_1XPXEB6Z99TG 2 1 1 Volume 1 []   Yokohama Station SF, Vol. 1   YOKOHAMA STATION HAS SWALLOWED 99% OF MAINLAND JAPAN Two hundred years ago, Yokohama Station, which had been under constant construction, developed the ability to self-propagate. Now with nearly all Honshu, the mainisland of Japan, consumed by the growing station, the population has been split into two groups: those who live inside the sprawl with fare cards embedded in their brains and the few who persist on the remaining scraps of untouched land. Hiroto has lived his whole life on the outside, but when an exile from the station entrusts him with a mission and a ticket, he ventures into the ominous belly of the beast for the first time…   01KGB4QTWZKHF4YZF9PFVN0EJ7 1.0 2023-02-07T08:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1KB2KYDQ0JGG Yokohama Station SF, Vol. 1     2023-05-23T00:00:00.000Z   0 0
PRD_150114DW5TH0 CNT_33ZAV1A6B9AG Yokohama Station SF CNT_1XPXEB6Z99TG CNT_1XPXEB6Z99TG 2 1 1 Volume 3 []   Yokohama Station SF, Vol. 3   YOKOHAMA STATION HAS SWALLOWED 99% OF MAINLAND JAPAN With help from Keiha Nijo of the Dodger Alliance, Hiroto has followed the Professor’s whispered int imat ions to Exit 42 in the mountainous interior of Yokohama Stat ion. There, in the heart of the beast, an ancient monitor flickers to life, and an image of the Professor in his youth, a haunting digital simulacrum, awakens from its slumber. And just nearby, there is a button—one that, when pressed, could end the Yokohama Station Hiroto has always relied on and has now come to know. Would activating it mean overthrowing a tyrant, or would it mean extinguishing the life-giving sun? In this final volume, turnstiles crawl the hallways, electric guns pierce the station’s hum, and secrets are revealed…   01KH3EXY9MV9DFX9PRX7YQXR7M 3.0 2023-05-31T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1KB2KYDQ0JGG Yokohama Station SF, Vol. 3     2023-11-21T00:00:00.000Z   0 0
PRD_1F54FJN9KME0 CNT_11SCB3BAFMDG Yokohama Station SF CNT_1XPXEB6Z99TG CNT_1XPXEB6Z99TG 2 1 1 Volume 2 []   Yokohama Station SF, Vol. 2   Hiroto’s journey through the depths of Yokohama Station has led him to Keiha Nijo, leader of the once-great Dodger Alliance, whose technology allows her to obscure her location and evade the station’s robotic guards. The Winter War, tactical AIs, and dormant machine minds…Will her whispered stories at l ast reveal the secrets of the station? Meanwhile, engineer Toshiru Kubo steals a gun and deserts JR Fukuoka, where artillery shells explode against the growing concrete in a desperate battle versus the station. What will he find in nearly abandoned Shikoku? Nothing less than anarchy on an island conceded to the inexorable station that will soon consume it, and rumors of a ghost at the power station…   01KGB6HQ05KT01AJ19H44VGPYE 2.0 2023-05-16T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1KB2KYDQ0JGG Yokohama Station SF, Vol. 2     2023-08-22T00: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.641ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS