BookWalker

home / database

products

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

5 rows where series_id = "CNT_0F2SBZSAC4PG"

✎ 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_065MHH6E9P40 CNT_3TZE259GNV8G Éclair CNT_0F2SBZSAC4PG CNT_0F2SBZSAC4PG 2 1 1 Orange []   Éclair Orange   Love is complicated in all its forms, but the feelings of girls especially so...Return again to tales from maidens’ hearts with this fifth installment of Éclair! Continue the journey of young and arduous love with authors like Canno (Kiss and White Lily for My Dearest Girl), Yuriko Hara (Cocoon Entwined), and Kabocha (Kemono Friends á la carte).   01KG9DD38Q6SQTVFJX9YKFS3PY 5.0 2020-10-30T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1PTQTSR31PRG Éclair Orange     2020-11-17T08:00:00.000Z   0 0
PRD_1STMK3C2JHN0 CNT_3PG5CM341NZG Éclair CNT_0F2SBZSAC4PG CNT_0F2SBZSAC4PG 2 1 1 Rouge []   Éclair Rouge   The emotions of girls burn bright, but love can be especially intense...Éclair is back in this fourth installment with an exciting new collection of impassioned romances. With chapters from returning artists like Canno (<I>Kiss and White Lily for My Dearest Girl</I>) and Kabocha (<I>Kemono Friends à la Carte</I>), plus fresh additions like Akiko Morishima (<I>The Conditions of Paradise</I>), this volume is sure to thrill.   01KG9D2BQZ8YB5RPXSRVQ731GQ 4.0 2020-08-21T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1G5EK0KH20W0 Éclair Rouge     2020-09-29T00:00:00.000Z   0 0
PRD_3RH54QZMCK40 CNT_3Q6JEGG9D50G Éclair CNT_0F2SBZSAC4PG CNT_0F2SBZSAC4PG 2 1 1 Bleue []   Éclair Bleue   <DIV>The girls' love anthology returns with another collection of stories to warm your heart! This third installment revisits old favorites and entices with brand-new tales of love. Explore maidenly hearts with new chapters from authors like Canno (<I>Kiss and White Lily for My Dearest Girl</I>), Nakatani Nio (<I>Bloom into Yo</I>u), and Fly (<I>Kemono Friends: Welcome to Japari Park!</I>).</DIV>   01KGA5RFMPWCHTAYC0ENF7BRJW 3.0 2019-09-01T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1G5EK0KH20W0 Éclair Bleue     2020-06-23T00:00:00.000Z   0 0
PRD_3TFYDCQ81HE0 CNT_1FRMB7YEY3EG Éclair CNT_0F2SBZSAC4PG CNT_0F2SBZSAC4PG 2 1 1 Blanche []   Éclair Blanche   The girls' love anthology is back and bursting with stories to enchant and delight. Featuring works from favorites such as Canno (<I>Kiss and White Lily for My Dearest Girl</I>), Hiroichi (<I>Highschool DxD: Asia & Koneko's Secret Contract!?</I>), and Fly (<I>Kemono Friends: Welcome to Japari Park</I>), this new addition to the Éclair lineup will sweep you off your feet!   01KG9BKX2RQ3K9QTT3EWTCQBP4 2.0 2020-04-21T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1KB2KYDQ0JGG Éclair Blanche     2020-05-05T00:00:00.000Z   0 0
PRD_3VX5Y4SS6DY0 CNT_26EM2JA9MJ40 Éclair CNT_0F2SBZSAC4PG CNT_0F2SBZSAC4PG 2 1 1 Éclair []   Éclair   Full of beating hearts and fluttering feelings, this anthology of girls' love stories will leave you breathless. With contributors like Canno (Kiss and White Lily for My Dearest Girl), Sakuya Amano (Gosick), and Nio Nakatani (Bloom into You), this collection is sure to satisfy the desire for a sweet love story (or sixteen!).   01KGA3N5T0SB896WZ19P397AQ6 1.0 2018-06-05T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1PTQTSR31PRG Éclair     2018-06-05T07: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 25.241ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS