BookWalker

home / database

product_contributors

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

26 rows where contributor_id = "CON_0Z03NXX70CX0"

✎ View and edit SQL

This data as json, CSV (advanced)

Link product_id contributor_id role name_override
PRD_00JC1NNYXK5G,CON_0Z03NXX70CX0,1 Chapter 5 PRD_00JC1NNYXK5G minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_03DGEYYDDBEG,CON_0Z03NXX70CX0,1 Chapter 6 PRD_03DGEYYDDBEG minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_0C7MAPD1ZXTG,CON_0Z03NXX70CX0,1 Chapter 15 PRD_0C7MAPD1ZXTG minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_0CT204C9R9B0,CON_0Z03NXX70CX0,1 Chapter 12 PRD_0CT204C9R9B0 minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_138EG0Y6KCF0,CON_0Z03NXX70CX0,1 Chapter 6 PRD_138EG0Y6KCF0 minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_15DE2F6CHHVG,CON_0Z03NXX70CX0,1 Chapter 2 PRD_15DE2F6CHHVG minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_15FTY846JD90,CON_0Z03NXX70CX0,1 Chapter 16 PRD_15FTY846JD90 minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_16WZGW4ANJMG,CON_0Z03NXX70CX0,1 Chapter 4 PRD_16WZGW4ANJMG minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_17XABK3M5TKG,CON_0Z03NXX70CX0,1 Chapter 3 PRD_17XABK3M5TKG minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_1FGCQFGHY2CG,CON_0Z03NXX70CX0,1 Chapter 13 PRD_1FGCQFGHY2CG minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_1R9R3TA5HWEG,CON_0Z03NXX70CX0,1 Chapter 9 PRD_1R9R3TA5HWEG minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_244YAS390WZG,CON_0Z03NXX70CX0,1 Chapter 5 PRD_244YAS390WZG minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_2616D6DCF07G,CON_0Z03NXX70CX0,1 Chapter 19 PRD_2616D6DCF07G minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_26VMTY43VKN0,CON_0Z03NXX70CX0,1 Chapter 4 PRD_26VMTY43VKN0 minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_2FBS70YN8TXG,CON_0Z03NXX70CX0,1 Chapter 1 PRD_2FBS70YN8TXG minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_3453K29V5550,CON_0Z03NXX70CX0,1 Chapter 14 PRD_3453K29V5550 minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_34AJWXJS3S30,CON_0Z03NXX70CX0,1 Chapter 2 PRD_34AJWXJS3S30 minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_376J5ZN1MESG,CON_0Z03NXX70CX0,1 Chapter 17 PRD_376J5ZN1MESG minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_38MG6F4QSAWG,CON_0Z03NXX70CX0,1 Chapter 1 PRD_38MG6F4QSAWG minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_3BP4CR96925G,CON_0Z03NXX70CX0,1 Chapter 3 PRD_3BP4CR96925G minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_3CF88NMVWAZG,CON_0Z03NXX70CX0,1 Chapter 18 PRD_3CF88NMVWAZG minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_3HEZMZ9T9CPG,CON_0Z03NXX70CX0,1 Chapter 11 PRD_3HEZMZ9T9CPG minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_3NF2G5G7ZCAG,CON_0Z03NXX70CX0,1 Chapter 7 PRD_3NF2G5G7ZCAG minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_3T0GAHV0KXZ0,CON_0Z03NXX70CX0,1 Chapter 10 PRD_3T0GAHV0KXZ0 minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_3X36ZPF1NDZG,CON_0Z03NXX70CX0,1 Chapter 7 PRD_3X36ZPF1NDZG minato hatsuharu CON_0Z03NXX70CX0 1  
PRD_3YH0M4NAZWY0,CON_0Z03NXX70CX0,1 Chapter 8 PRD_3YH0M4NAZWY0 minato hatsuharu CON_0Z03NXX70CX0 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.402ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS