products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_10RD6689E93G"
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_0X90XPSD5H5G | CNT_31JHKS9K0430 | The Death of the Skeleton Swordsman: Dominating as a Cursed Saint CNT_10RD6689E93G | CNT_10RD6689E93G | 2 | 2 | 1 | Volume 1 | [] | The Death of the Skeleton Swordsman: Dominating as a Cursed Saint Volume 1 | Al is a holy knight, a warrior charged with protecting the innocent from the hordes of ravenous monsters terrorizing the lands. He was, anyway... After being bitten by an undead creature, Al dies–but not for long. Al awakes as an undead, cursed to live an undying life as a mindless monster. However, unlike ordinary undead, for some mysterious reason he retains his mind and sanity. Three hundred years later, flesh rotting off to reveal a living skeleton, Al meets Astrantia. As a descendant of a witch, Astrantia offers to restore his body on one condition: he must agree to become her knight and help her put an end to the unholy curse once and for all. Alongside Astrantia, Al enters an academy for training saints—teams of holy knights and holy women who fight to rid the world of the undead. Al must hide his identity as an undead—the very thing everyone in the school seeks to eradicate—in order for Astrantia to succeed and keep her word. Keeping his secret under wraps proves to be as difficult as hiding his lack of flesh but, if there's one thing he can't hide, it's the strength he's been honing for the past three hundred years! | Al is a holy knight who fights monsters until he's bitten by an undead and cursed to become one. 300 years later, Al meets a woman who will restore his body on one condition: he must become her knight and help her put an end to the undead! | 01KH3QN4SPHGJZ8Y1Q935WD3VY | 1.0 | 2024-04-24T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | The Death of the Skeleton Swordsman: Dominating as a Cursed Saint Volume 1 | Copyright © Hozumi Mitaka, fame 2023 | 2024-07-10T07:00:00.000Z | 0 | 0 | ||||
| PRD_3XPMKF55120G | CNT_09WS2VRTTP4G | The Death of the Skeleton Swordsman: Dominating as a Cursed Saint CNT_10RD6689E93G | CNT_10RD6689E93G | 2 | 2 | 1 | Volume 2 | [] | The Death of the Skeleton Swordsman: Dominating as a Cursed Saint Volume 2 | Even after being transformed into one of the Twelve Corpses, Al remained a holy knight, and to this day, he fights to protect humanity. After defeating the Pestilent Guardian Dragon, he and his master, the holy woman Astrantia, were granted the title of White. Not long after, they encounter the newest duo to join the Twelve Saints: Theophilus, a member of the Twelve Corpses like Al, and his holy woman, Nemophila. Despite Theophilus's constant obedience, Nemophila requests Al to kill him. Amid a holy woman's plot to kill her holy knight, Al and Astrantia take on a mission to kill yet another member of the Twelve Corpses—the One-Armed Giant. They must navigate this complex web of circumstances and do everything in their power to ensure humanity's safety! | Al and Astrantia encounter Twelve Corpse member Theophilus and his holy woman, Nemophila. Despite him obeying her every command, Nemophila wants Theophilus dead and asks Al to kill him as Al and Astrantia go on a mission to slay the One-Armed Giant. | 01KGBBBJZPD6H8DB5Y49M1XPJV | 2.0 | 2024-07-31T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | The Death of the Skeleton Swordsman: Dominating as a Cursed Saint Volume 2 | Copyright © Hozumi Mitaka, fame 2024 | 2024-11-06T08: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);