BookWalker

home / database

product_contributors

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

6 rows where contributor_id = "CON_23YAK38F6FF0"

✎ View and edit SQL

This data as json, CSV (advanced)

Link product_id contributor_id role name_override
PRD_0DTQGHRJY26G,CON_23YAK38F6FF0,18 Volume 04 PRD_0DTQGHRJY26G Jino CON_23YAK38F6FF0 18  
PRD_0JSRR5CZNVZG,CON_23YAK38F6FF0,18 Volume 05 PRD_0JSRR5CZNVZG Jino CON_23YAK38F6FF0 18  
PRD_0Z503KQEZ36G,CON_23YAK38F6FF0,18 Volume 01 PRD_0Z503KQEZ36G Jino CON_23YAK38F6FF0 18  
PRD_3J55SWVE9ES0,CON_23YAK38F6FF0,18 Volume 02 PRD_3J55SWVE9ES0 Jino CON_23YAK38F6FF0 18  
PRD_3KM7HRHDWQDG,CON_23YAK38F6FF0,18 Volume 06 PRD_3KM7HRHDWQDG Jino CON_23YAK38F6FF0 18  
PRD_3N5AE1FFAYSG,CON_23YAK38F6FF0,18 Volume 03 PRD_3N5AE1FFAYSG Jino CON_23YAK38F6FF0 18  

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