BookWalker

home / database

product_contributors

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

3 rows where product_id = "PRD_34RK6P2Y6Q2G"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: role

Link product_id contributor_id role name_override
PRD_34RK6P2Y6Q2G,CON_20Q50AXKCA5G,3 Bibi & Miyu and The Fox & Little Tanuki PRD_34RK6P2Y6Q2G Hirara Natsume CON_20Q50AXKCA5G 3  
PRD_34RK6P2Y6Q2G,CON_3M3G3AQT5ZQ0,1 Bibi & Miyu and The Fox & Little Tanuki PRD_34RK6P2Y6Q2G Olivia Vieweg CON_3M3G3AQT5ZQ0 1  
PRD_34RK6P2Y6Q2G,CON_3P7TJQM82FXG,3 Bibi & Miyu and The Fox & Little Tanuki PRD_34RK6P2Y6Q2G Tagawa Mi CON_3P7TJQM82FXG 3  

Advanced export

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

CSV options:

CREATE TABLE product_contributors (
      product_id TEXT NOT NULL,
      contributor_id TEXT NOT NULL,
      role INTEGER NOT NULL,
      name_override TEXT,
      PRIMARY KEY (product_id, contributor_id, role),
      FOREIGN KEY (product_id) REFERENCES products(id),
      FOREIGN KEY (contributor_id) REFERENCES contributors(id)
    );
CREATE INDEX idx_product_contributors_contributor ON product_contributors(contributor_id);
Powered by Datasette · Queries took 8.386ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS