BookWalker

home / database

products

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

2 rows where series_id = "CNT_2NS72EB4MQ20"

✎ 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_0JBSQ5VSM0X0 CNT_06DWWK1SAX9G New York, New York CNT_2NS72EB4MQ20 CNT_2NS72EB4MQ20 2 1 1 Volume 2 []   New York, New York, Vol. 2   <P> Kain and Mel&rsquo;s relationship has seen its share of tribulations, but each challenge has only made their bond stronger, leading at long last to the altar. But their wedded bliss is short-lived: The next day, Mel disappears without a word. Having no definite signs of foul play to rely on, the police are unwilling to pursue the case, but Kain knows Mel would never choose to walk out on their happiness&mdash;and FBI agent Luna Pittsburg agrees. Together, Kain and Luna set their sights on Joey Klein, a serial killer with a penchant for blue-eyed blonds. Whatever the cost, Kain is determined to be reunited with Mel and set their happily ever after back on course! </P>   01KGAJCYV88PNS7ZZTF7CFQTB7 2.0 2022-08-01T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1KB2KYDQ0JGG New York, New York, Vol. 2     2022-08-16T00:00:00.000Z   0 0
PRD_0SVHK33ZAM9G CNT_23ZBCQGHYRP0 New York, New York CNT_2NS72EB4MQ20 CNT_2NS72EB4MQ20 2 1 1 Volume 1 []   New York, New York, Vol. 1   Police officer Kain Walker has gone to great lengths to prevent his coworkers, family, and friends from finding out he’s gay. But when Kain meets Mel Fredericks, he realizes at once that his whole world is about to change. For the first time, Kain wants more than a one-night stand, but a relationship carries risks, discovery not least among them. Battling with others’ expectations and biases-and his own-Kain struggles to balance his desire for secrecy with his feelings for Mel at a time when being out could cost him dearly...Set in New York in the 1990s, this heartbreaking love story makes its English debut in a beautiful, oversized omnibus edition.   01KG9G0DFHXDHX3R4J2TEN6WXS 1.0 2021-09-16T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1PQM5BDYSMG0 New York, New York, Vol. 1     2022-03-08T08: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 29.703ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS