BookWalker

home / database

labels

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

2 rows where publisher_id = "PUB_2FQ1JSQPMHPG"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ publisher_id geoblock_id name aliases
LAB_0KDKBQKJQBCG PUB_2FQ1JSQPMHPG   One Peace Books []
LAB_1MFWDAA98XC0 PUB_2FQ1JSQPMHPG   One Peace Books (Audiobooks) []

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE labels (
      id TEXT PRIMARY KEY,
      publisher_id TEXT NOT NULL,
      geoblock_id TEXT,
      name TEXT NOT NULL,
      aliases TEXT NOT NULL,
      FOREIGN KEY (publisher_id) REFERENCES publishers(id),
      FOREIGN KEY (geoblock_id) REFERENCES geoblocks(id)
    );
CREATE INDEX idx_labels_publisher ON labels(publisher_id);
CREATE INDEX idx_labels_geoblock ON labels(geoblock_id);
Powered by Datasette · Queries took 8.644ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS