BookWalker

home / database

products

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

3 rows where series_id = "CNT_2TD89KA3V8JG"

✎ 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_03Z3JT67TYFG CNT_2PY0QAN8VYZG My Poison Princess Is Still Cute CNT_2TD89KA3V8JG CNT_2TD89KA3V8JG 2 1 1 Volume 3 []   My Poison Princess Is Still Cute, Vol. 3   After relentlessly training under Loren’s mentor to become the cutest couple ever, it’s time for Loren to face the last boss—Poison Princess Raffy’s father, the Demon King! But when a visit with him causes an enormous marital spat, a rift opens up between them...Will these lovebirds learn the art of compromise and build a relationship that will last through the ages?! Witness the fantabulous finale of these star-crossed lovers' life as newlyweds!   01KG9PNG5YXMS36EQ7S5FWEAZA 3.0 2024-01-25T08:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1KB2KYDQ0JGG My Poison Princess Is Still Cute, Vol. 3     2024-07-23T00:00:00.000Z   0 0
PRD_1RQXRZX8E06G CNT_098F9AS8PB5G My Poison Princess Is Still Cute CNT_2TD89KA3V8JG CNT_2TD89KA3V8JG 2 1 1 Volume 1 []   My Poison Princess Is Still Cute, Vol. 1   Poison princess Raffy and immortal knight Loren—there never was a pair more suited to be star-crossed lovers, right? Because, well, most of the time when people are around Raffy, they kinda just...die...from her poison emissions naturally. Still, Loren only married her to safeguard humanity as part of a peace treaty with demons, so there’s no way he LIKES her. As in, like-likes her. Because even if he never gets killed off forever, when he dies, it must be painful...So why does he keep acting like he absolutely adores her...?   01KH3G715Y3MSPVH8EKVZ5H3TP 1.0 2023-08-21T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1KB2KYDQ0JGG My Poison Princess Is Still Cute, Vol. 1     2023-12-12T00:00:00.000Z   0 0
PRD_3RE63VCZ1MQG CNT_30005Y6A4Y8G My Poison Princess Is Still Cute CNT_2TD89KA3V8JG CNT_2TD89KA3V8JG 2 1 1 Volume 2 []   My Poison Princess Is Still Cute, Vol. 2   Princess Raffy and Sir Loren-a demon princess who emits poison and the immortal knight sworn to protect humanity. But behind closed doors, Loren is just a doting husband who adores the cutest princess in the world! However, between Raffy’s shy nature and Loren’s gentlemanly boundaries, they’re kind of stuck. Can some new faces in the palace help nudge their love story along...?!   01KGAT2EKRZP95EDJRWTGFHW65 2.0 2023-10-30T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1KB2KYDQ0JGG My Poison Princess Is Still Cute, Vol. 2     2024-04-16T00: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 27.434ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS