BookWalker

home / database

product_contributors

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

5 rows where contributor_id = "CON_15QGG4PQ1TTG"

✎ View and edit SQL

This data as json, CSV (advanced)

Link product_id contributor_id role name_override
PRD_070TNCQ275BG,CON_15QGG4PQ1TTG,1 When I Wake Up, I Wish You are With Me PRD_070TNCQ275BG Torimaia CON_15QGG4PQ1TTG 1  
PRD_0BHN0ZH434AG,CON_15QGG4PQ1TTG,1 Sadistic Boy PRD_0BHN0ZH434AG Torimaia CON_15QGG4PQ1TTG 1  
PRD_138MT4Y7GZE0,CON_15QGG4PQ1TTG,1 Dark Crimson and a Shadow of White PRD_138MT4Y7GZE0 Torimaia CON_15QGG4PQ1TTG 1  
PRD_258DFN6755V0,CON_15QGG4PQ1TTG,1 Game Runs in the Night PRD_258DFN6755V0 Torimaia CON_15QGG4PQ1TTG 1  
PRD_2C8KWVT06NVG,CON_15QGG4PQ1TTG,1 Dark Green and a Dream of Silver PRD_2C8KWVT06NVG Torimaia CON_15QGG4PQ1TTG 1  

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