products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_36DJDBD4DGKG"
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_0A3V54KT6600 | CNT_1DV67JYSB8K0 | Ascendance of a Bookworm: Short Story Collection CNT_36DJDBD4DGKG | CNT_36DJDBD4DGKG | 2 | 2 | 1 | Volume 2 | [] | Ascendance of a Bookworm: Short Story Collection Volume 2 | Rozemyne's third year at the Royal Academy reaches its conclusion. So much has changed since her days as an apprentice blue shrine maiden—her name, of course, but also her height, as she's now twenty-five centimeters taller than she used to be! More and more books have been printed, and a lot of things have happened without her knowing. Lutz and Tuuli are engaged now?! What?! This second volume of Bookworm's Short Story Collection is packed with previously unpublished chapters that expand upon an already extensive world. Nineteen stories spanning Parts 2 to 5 cover events never seen in the main series, supplying readers with a greater insight into Myne's attendants, her lower-city family, the nobles of other duchies, and even members of royalty! Includes behind-the-scenes notes from author Miya Kazuki and more four-panel manga by You Shiina. | Nineteen stories cover events never seen in the main series, supplying readers with a greater insight into Myne's attendants, her lower-city family, the nobles of other duchies, and even members of royalty! Spans Parts 2 to 5. | 01KGBG21AKD7G93DYJP6FQVZNT | 2.0 | 2024-10-23T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Ascendance of a Bookworm: Short Story Collection Volume 2 | Copyright © 2022 Miya Kazuki Illustrations Copyright © 2022 You Shiina | 2025-01-22T08:00:00.000Z | 0 | 0 | ||||
| PRD_15XV02MB8V8G | CNT_1G04WEM0ERPG | Ascendance of a Bookworm: Short Story Collection CNT_36DJDBD4DGKG | CNT_36DJDBD4DGKG | 2 | 2 | 1 | Volume 1 | [] | Ascendance of a Bookworm: Short Story Collection Volume 1 | Six years have passed since Urano began her new life as Myne, and so much has happened. She went from being a simple commoner to an apprentice shrine maiden, then she was thrown into the world of nobles as Rozemyne, the adopted daughter of an archduke! "But I'm not the only person with a lot going on! You can say the same for everyone else! Though, uh... I guess that's mainly because of me." This first volume of Bookworm's new Short Story Collection is packed with previously unpublished chapters spanning Parts 1 to 4. Experience the lower city, the orphanage, the temple, the Royal Academy, and many other familiar locations through new eyes in twenty-one stories told from a plethora of unique perspectives. What do those in Myne's (or Rozemyne's) circle think about her actions, and what happens in the places she can't see? Includes behind-the-scenes notes from author Miya Kazuki and more four-panel manga by You Shiina. | Experience the lower city, the orphanage, the temple, the Royal Academy, and many other familiar locations through new eyes in twenty-one stories told from a plethora of unique perspectives. Spans Parts 1 to 4. | 01KGB4R84RK8FGK5KKRR8WVMZ7 | 1.0 | 2023-02-09T08:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Ascendance of a Bookworm: Short Story Collection Volume 1 | Copyright © 2019 Miya Kazuki Illustrations Copyright © 2019 You Shiina | 2023-04-24T07: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);