BookWalker

home / database

products

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

2 rows where series_id = "CNT_01ZQGCK31YC0"

✎ 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_1GN0V1N8JDX0 CNT_319DQD56SQY0 Accidentally in Love: The Witch, the Knight, and the Love Potion Slipup CNT_01ZQGCK31YC0 CNT_01ZQGCK31YC0 2 2 1 Volume 2 []   Accidentally in Love: The Witch, the Knight, and the Love Potion Slipup Volume 2   The curtains may have closed on the first chapter of Cecily and Zeke's romance, but their love continues to accelerate—with the happy decision to get married! The group heads to the witch village where Cecily grew up to receive her father's blessing, but they soon find out that the rules of witch society aren't quite the same as those in the outside world... If that wasn't enough, upon Cecily's homecoming, an unexpected reunion with her childhood friend Cain spells tension. Hold on tight and see where this heartwarming love story goes next! Cecily's very own fairy tale romance has finally come true—Zeke is now her one and only! The lovey-dovey couple wants to get married, but the road to matrimony isn't easy for a witch...especially not with an old childhood friend entering the picture! 01KG9P0WGTE9ZJ2CTXF7WRZDHS 2.0 2023-08-07T07:00:00.000Z J-Novel Club LAB_30X9NTZYDFV0 GEO_1PQM5BDYSMG0 Accidentally in Love: The Witch, the Knight, and the Love Potion Slipup Volume 2 Copyright © Harunadon, Eda 2023   2023-09-28T07:00:00.000Z   0 0
PRD_2EQSSDRT2MQG CNT_2PYZG1Y0H6NG Accidentally in Love: The Witch, the Knight, and the Love Potion Slipup CNT_01ZQGCK31YC0 CNT_01ZQGCK31YC0 2 2 1 Volume 1 []   Accidentally in Love: The Witch, the Knight, and the Love Potion Slipup Volume 1   Cecily grew up reading fairy tales and dreaming of the day she'd meet her own dashing Prince Charming. But alas, her dreams are dashed the day she discovers she's really a witch! Everyone knows witches are wicked women who don't deserve happy endings, after all. Cecily thus resigns herself to life alone—until she meets the gallant knight Zeke and falls for him at first sight. He's just one love potion away from being hers, so when he accidentally drinks a concoction she brewed in secret, well... The slipup might lead to Cecily getting the happily ever after she always wanted! Cecily fell for Zeke, a gallant knight, at first sight...but she never expected him to drink a love potion by mistake and fall head over heels for her too! Just where will the slipup lead this accidental couple? 01KGB6NA9NEDQKP01FD1CX5BSG 1.0 2023-03-29T07:00:00.000Z J-Novel Club LAB_30X9NTZYDFV0 GEO_1PQM5BDYSMG0 Accidentally in Love: The Witch, the Knight, and the Love Potion Slipup Volume 1 Copyright © Harunadon, Eda 2023   2023-05-18T07: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.635ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS