BookWalker

home / database

products

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

3 rows where series_id = "CNT_0EQ3FMZY41WG"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: geoblock_id, 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_1BJBANE7MBXG CNT_3K9R5GKC23EG The Parasol Protectorate CNT_0EQ3FMZY41WG CNT_0EQ3FMZY41WG 2 1 1 Volume 1 []   Soulless: The Manga, Vol. 1   The life of a spinster in Victorian London isn't an easy one on the best of days, but such a life becomes infinitely more complicated when said spinster is "soulless" - a preternatural bridging the gap between the natural and supernatural worlds. Miss Alexia Tarabotti has this unique distinction, and when she is assailed at a formal gathering by a rove vampire, an encounter that results in the death of the half-starved creature, her circumstances become exponentially more complicated indeed! Now caught up in an intrigue with life or death stakes, Alexia must rely on all her talents to outmatch the forces conspiring against her, but it may be the man who has caught her eye - Lord Conall Maccon - and their budding flirtation that truly drives her to her wit's end!   01KGBZG11VZA5BK8H36EVJTQQH 1.0 2025-09-17T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1QER4KFM1ZTG Soulless: The Manga, Vol. 1     2025-10-08T07:00:00.000Z   0 0
PRD_1E0VM889GAWG CNT_1JKN529MH2FG The Parasol Protectorate CNT_0EQ3FMZY41WG CNT_0EQ3FMZY41WG 2 1 1 Volume 3 []   Soulless: The Manga, Vol. 3   Condemned by society and her werewolf husband due to a pregnancy she cannot explain, Alexia Maccon - preternatural, tea aficionado - seeks an explanation for this "infant inconvenience" so as to cleanse her sullied reputation and prove her fool of a husband wrong. Preternaturals are a rare breed and the only history of their kind lies in Italy with the Templars, a group that once partnered with preternaturals to hunt down werewolves and vampires. Will Alexia find an explanation for her impossible offspring? Or do the Templars have other plans for the curious "Soulless One"?   01KGC06ERS7PVQNY2QXASD1HT2 3.0 2025-09-17T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1Q329S88K9Q0 Soulless: The Manga, Vol. 3     2025-10-08T07:00:00.000Z   0 0
PRD_39VK3ZS4JAD0 CNT_0JYYNSEG8JY0 The Parasol Protectorate CNT_0EQ3FMZY41WG CNT_0EQ3FMZY41WG 2 1 1 Volume 2 []   Soulless: The Manga, Vol. 2   Settling into her new life as the Lady Woolsey, Alexia finds her days quite challenging. Whether it is a regiment of supernatural soldiers camped out on her front lawn or the demands of being the Queen's "muhjah," there never seems to be a want of new hurdles to overcome. But when stories of supernaturals rendered normal by some unknown force begin cropping up, Alexia has a rather serious mystery on her hands. Can she root out the cause of this phenomenon, which smacks of some larger plot at work?   01KGC06FHHHNYPC0WMV5Z160QX 2.0 2025-09-17T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1QER4KFM1ZTG Soulless: The Manga, Vol. 2     2025-10-08T07: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 19.745ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS