BookWalker

home / database

products

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

3 rows where series_id = "CNT_2B7KW914HE90"

✎ 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_0AD1XSVJ8K30 CNT_3Z3MKV0E05TG Spy Classroom CNT_2B7KW914HE90 CNT_2B7KW914HE90 2 1 1 Volume 2 []   Spy Classroom, Vol. 2   <P> QUESTIONS FOR MY DEAREST<BR /> The girls of Lamplight are hard at work on their assignment to kill their leader, Klaus, and though their teamwork is better than ever, they still have precious few answers to the multitude of questions they have. Just who is this self-proclaimed number one spy, and why has he been living in this large manor all by his lonesome? Why were these specific members of Lamplight chosen, and most importantly, what exactly are the details of the Impossible Mission looming over their heads? </P>   01KGAGSG44Y75EHP7K7S5BRA3K 2.0 2022-06-09T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1KB2KYDQ0JGG Spy Classroom, Vol. 2     2022-06-21T00:00:00.000Z   0 0
PRD_301EEK572RQ0 CNT_3TZFVBB5SWW0 Spy Classroom CNT_2B7KW914HE90 CNT_2B7KW914HE90 2 1 1 Volume 1 []   Spy Classroom, Vol. 1   A GARDEN OF FLOWERS READY TO BLOOM<BR /><BR />&#8203;In a world torn apart by war and ruled by intelligence, Lily&mdash;code name Flower Garden&mdash;is determined to become a master spy and help bring peace to the nation. So, when she&rsquo;s offered to join an elite squad that takes on Impossible Missions with 90 percent mortality rates, she&rsquo;s ecstatic&hellip;until she finds out that said &ldquo;elite squad&rdquo; is made up entirely of spy academy washouts, like her. But each and every one of them has the potential to change the world, and under the tutelage of master spy Klaus, it&rsquo;s time for them to bloom!   01KGADERCSSJR0TA9QQWD96NQJ 1.0 2021-12-09T08:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1KB2KYDQ0JGG Spy Classroom, Vol. 1     2022-01-25T00:00:00.000Z   0 0
PRD_339EC7TTVSX0 CNT_1R1JWG8AZ610 Spy Classroom CNT_2B7KW914HE90 CNT_2B7KW914HE90 2 1 1 Volume 3 []   Spy Classroom, Vol. 3   TO SURVIVE, YOU MUST PLAY THE FOOL At last, the curtain rises on the Impossible Mission, and the members of Lamplight step into the shadows of the Galgad Empire. Flower Garden, Pandemonium, DaughterDearest, Dreamspeaker, Glint, Meadow, Forgetter, and Fool—each carries the burden of their own heart... Can they also support the weight of their team along with their teacher’s hopes?   01KGB4FTB03ZQSJ70PJ1QSJ2AW 3.0 2023-02-07T08:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1KB2KYDQ0JGG Spy Classroom, Vol. 3     2023-05-23T00: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.75ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS