products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_3ATKHW9B6PZG"
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_1DTEF2KS2K70 | CNT_1E9N9ZMVWZ50 | Yashiro-kun's Guide to Going Solo CNT_3ATKHW9B6PZG | CNT_3ATKHW9B6PZG | 2 | 2 | 1 | Yashiro-kun's Guide to Going Solo: After Story | [] | Yashiro-kun's Guide to Going Solo: After Story | Shigeaki Yashiro's saga as an expert loner continues when the students of Iikanyama High take a school trip to Kamakura. Yashiro wants nothing more than to spend some time alone with his girlfriend, but his plan begins to fall apart when their popular friends ask the couple to join in on some group fun instead. How will these wildly different personalities get along? Enjoy these stories of the past and the future, from the perspectives of loners and cool kids alike. | Yashiro wants to spend time alone with his girlfriend on a school trip, but the cool kids bring them into their group... The expert loner's saga continues in a series of vignettes from the past and future! | 01KGB2DA3G5SVJKK8G8EZ5FG0H | 2.0 | 2022-11-02T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Yashiro-kun's Guide to Going Solo: After Story | Copyright © 2022 Dojyomaru Illustrations Copyright © 2022 Kou Kusaka | 2023-02-06T08:00:00.000Z | 0 | 0 | ||||
| PRD_3R72RVR181QG | CNT_0WNBZ2T813N0 | Yashiro-kun's Guide to Going Solo CNT_3ATKHW9B6PZG | CNT_3ATKHW9B6PZG | 2 | 2 | 1 | Volume 1 | [] | Yashiro-kun's Guide to Going Solo 1 | Shigeaki Yashiro is proud to be a loner, doing his own thing without getting involved with others. From studying alone in a karaoke room to relaxing by himself in open-air hot springs, Yashiro is an expert in finding the perks of doing things solo. But his solitary existence begins to unravel when Kanon Hanamizawa, one of the popular girls at school, asks him to teach her his ways. She knows just how exhausting keeping up with all the latest trends can be, especially since she's afraid to talk about her own uncool hobbies. Yashiro becomes Hanamizawa's reluctant teacher, but soon finds himself tangled in the antics of his apprentice's popular friends. A lone wolf could learn some new tricks from social butterflies! | Lone-wolf Shigeaki Yashiro's solitary days disappear when the social butterfly Kanon Hanamizawa asks to learn how to have fun on her own. But as he teaches Hanamizawa the ways of a loner, Yashiro stumbles into the world of popular students. | 01KGAH4HV7Y8KQ8PH3P0B6BP2W | 1.0 | 2022-07-12T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Yashiro-kun's Guide to Going Solo 1 | Copyright © 2021 Dojyomaru Illustrations Copyright © 2021 Kou Kusaka | 2022-09-26T07: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);