BookWalker

home / database

products

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

2 rows where series_id = "CNT_1ABHHNZ86D20"

✎ 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_1HV7HR3RMWA0 CNT_11NB18N3CFY0 Eternal Covenant CNT_1ABHHNZ86D20 CNT_1ABHHNZ86D20 2 1 1 Volume 2 []   Eternal Covenant, Volume 2   <P>Ian had resolved to live a life of quiet anonymity, until an unexpected encounter with a mystifying noble turned his life upside down…<br><br>Corruption in Derwin is worse than originally thought as Ian and Jack uncover a human-trafficking ring spreading from Dewin to Jack's land of Archaia. Determined to help uncover the corruption but still serve Cardinal Brixton, Ian continues to play a double agent as he works for the Knights Templar by day and Jack's spy at night. His struggle to maintain his dual identities hits a wall when the Knights Templar invade a hoax charity event that Ian and Jack are undercover at in order to catch the perpetrators. Ian must now decide if he will help the Knights Templar or his new friend who he has begun to develop a deep and powerful connection with. <br><br>The second volume in this high-stakes series continues Ian's personal journey of self-discovery while finding his rightful place in a world filled with magic, corruption, and moral dilemmas.</P>   01KPHY5Q7XF6W5M2QZ8YPMANHV 2.0 2026-04-19T03:57:03.000Z LoveLove LAB_3TY7S40666N0 GEO_1G15ETQ2GP3G Eternal Covenant, Volume 2     2025-12-30T00:00:00.000Z   0 0
PRD_2MZ3TS9E5M50 CNT_0VEX5BNSN2KG Eternal Covenant CNT_1ABHHNZ86D20 CNT_1ABHHNZ86D20 2 1 1 Volume 1 []   Eternal Covenant, Volume 1   &ldquo;I wonder what awful sin I committed in my past life&hellip; to be punished like this now&hellip;"<BR /><BR /> After being abandoned by his parents, Ian Gloucester is taken in by a powerful church member named Cardinal Brixton who raises him to rise amongst the ranks to become a decorated knight of the Knights Templar. But Ian is hiding a big secret&mdash;one that the cardinal intends to keep hidden: Ian is "cursed," meaning he can harness his internal energy and turn it into raw power. As Ian struggles to keep his secret hidden, he encounters a mysterious noble named Jack who helps him control his magic. In the process of working together, he uncovers corruption in his beloved city of Derwin&hellip; as well as new feelings for Jack.        <BR /><BR /> This high-action fantasy romance is the first volume in the series that explores themes of identity, loyalty, and the quest for self-acceptance.   01KPHY5JWFETQRSE14EJHXQCXE 1.0 2025-09-03T07:00:00.000Z Tokyopop LAB_2C2B4XAHKSHG GEO_1G15ETQ2GP3G Eternal Covenant, Volume 1     2025-09-02T00: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 24.287ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS