BookWalker

home / database

labels

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

2 rows where publisher_id = "PUB_1VN5X52EQAB0"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: aliases (array)

id ▼ publisher_id geoblock_id name aliases
LAB_0FDQBMZNBWC0 PUB_1VN5X52EQAB0   Manga BANG Comics []
LAB_3XA8XCVAHDCG PUB_1VN5X52EQAB0   Amazia ["Amazia, inc."]

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 7.707ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS