products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_35EGNKDYDG8G"
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_1WDPY5ERJQXG | CNT_2M01MRF3CW6G | semelparous CNT_35EGNKDYDG8G | CNT_35EGNKDYDG8G | 2 | 1 | 1 | Volume 2 | [] | semelparous Vol. 2 | Yorino has learned the horrifying truth behind the kaiju--that every time she kills one, a human in her world dies. Instead of letting this discourage her, she's vowed to end the otherworldly threat once and for all, so that Haruka's death will mean something. Together with Youko, she will shoulder the Bulwarks' secret sin. But even as Yorino's new friendships begin to deepen, her battles with the kaiju grow more intense! | BLACK SOULS AND REVELATIONS | 01KGAERN5D23F67S7F8NVXYYJ9 | 2.0 | 2022-02-10T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | semelparous Vol. 2 | 2020 Jun Ogino | 2022-02-22T08:00:00.000Z | 0 | 0 | ||||
| PRD_2XK3ECFP8YVG | CNT_0EVQ19275GH0 | semelparous CNT_35EGNKDYDG8G | CNT_35EGNKDYDG8G | 2 | 1 | 1 | Volume 3 | [] | semelparous Vol. 3 | In order to break the cold chains of fate, Youko devises a plan to breach the Upper Wall and exterminate the enemy kaiju once and for all. To accomplish this, she'll need Yorino, the last living pureblood Mure. Now joined in body and soul, these two young women vow to carve out a future together once their task is complete. But there are traitors among the Bulwarks! | WE FINISH TOGETHER | 01KGAGQVR1KQ4CYGRT3Z3G6ZN4 | 3.0 | 2022-05-30T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | semelparous Vol. 3 | 2020 Jun Ogino | 2022-07-05T07:00:00.000Z | 0 | 0 | ||||
| PRD_3SQZ1JV6TE20 | CNT_3NDT8RDT5K10 | semelparous CNT_35EGNKDYDG8G | CNT_35EGNKDYDG8G | 2 | 1 | 1 | Volume 1 | [] | semelparous Vol. 1 | Ever since they were young girls, best friends Yorino and Haruka have been training to join the ranks of the Bulwarks--soldiers who defend humanity from the kaiju trying to break through. But when Haruka is killed during a routine drill, Yorino's world is shattered. Will she ever be able to open her heart to another? Strap in for intense, apocalyptic romance! | YURI LOVE IS A BATTLEFIELD | 01KGADE4RFA5DK84H8CS5XPBWC | 1.0 | 2021-11-26T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | semelparous Vol. 1 | 2020 Jun Ogino | 2021-12-14T08:00:00.000Z | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);