BookWalker

home / database

product_contributors

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

13 rows where contributor_id = "CON_2ERWZS0T64R0"

✎ View and edit SQL

This data as json, CSV (advanced)

Link product_id contributor_id role name_override
PRD_0229E25DK26G,CON_2ERWZS0T64R0,1 Volume 5 PRD_0229E25DK26G Joumyaku CON_2ERWZS0T64R0 1  
PRD_04XKP7NM8B8G,CON_2ERWZS0T64R0,1 Volume 7 PRD_04XKP7NM8B8G Joumyaku CON_2ERWZS0T64R0 1  
PRD_0FRERJR4W3GG,CON_2ERWZS0T64R0,1 Volume 2 PRD_0FRERJR4W3GG Joumyaku CON_2ERWZS0T64R0 1  
PRD_10BWBSXBW760,CON_2ERWZS0T64R0,1 Volume 13 PRD_10BWBSXBW760 Joumyaku CON_2ERWZS0T64R0 1  
PRD_13TXQAXN0JG0,CON_2ERWZS0T64R0,1 Volume 11 PRD_13TXQAXN0JG0 Joumyaku CON_2ERWZS0T64R0 1  
PRD_1CV1RSTPRWNG,CON_2ERWZS0T64R0,1 Volume 12 PRD_1CV1RSTPRWNG Joumyaku CON_2ERWZS0T64R0 1  
PRD_1JAC24J3NMJ0,CON_2ERWZS0T64R0,1 Volume 3 PRD_1JAC24J3NMJ0 Joumyaku CON_2ERWZS0T64R0 1  
PRD_23HASB2EPKGG,CON_2ERWZS0T64R0,1 Volume 9 PRD_23HASB2EPKGG Joumyaku CON_2ERWZS0T64R0 1  
PRD_24TWERMEHXAG,CON_2ERWZS0T64R0,1 Volume 8 PRD_24TWERMEHXAG Joumyaku CON_2ERWZS0T64R0 1  
PRD_2607CG7859KG,CON_2ERWZS0T64R0,1 Volume 6 PRD_2607CG7859KG Joumyaku CON_2ERWZS0T64R0 1  
PRD_2HNA43RRXTR0,CON_2ERWZS0T64R0,1 Volume 1 PRD_2HNA43RRXTR0 Joumyaku CON_2ERWZS0T64R0 1  
PRD_2ZWYKRBCEFRG,CON_2ERWZS0T64R0,1 Volume 10 PRD_2ZWYKRBCEFRG Joumyaku CON_2ERWZS0T64R0 1  
PRD_32A0FZC736M0,CON_2ERWZS0T64R0,1 Volume 4 PRD_32A0FZC736M0 Joumyaku CON_2ERWZS0T64R0 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 6.132ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS