BookWalker

home / database

product_contributors

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

10 rows where contributor_id = "CON_2D2FB3A5C5Y0"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: role

Link product_id contributor_id role name_override
PRD_01A0Z49BECVG,CON_2D2FB3A5C5Y0,2 I Want to Eat Your Pancreas PRD_01A0Z49BECVG loundraw CON_2D2FB3A5C5Y0 2  
PRD_07Y3BJA5TFP0,CON_2D2FB3A5C5Y0,2 At Night, I Become a Monster PRD_07Y3BJA5TFP0 loundraw CON_2D2FB3A5C5Y0 2  
PRD_0MS22RXMRXQG,CON_2D2FB3A5C5Y0,1 Summer Ghost: The Complete Manga Collection PRD_0MS22RXMRXQG loundraw CON_2D2FB3A5C5Y0 1  
PRD_0N0TJ5W2Z1VG,CON_2D2FB3A5C5Y0,2 I Want to Eat Your Pancreas PRD_0N0TJ5W2Z1VG loundraw CON_2D2FB3A5C5Y0 2  
PRD_25B8NZQ3EDTG,CON_2D2FB3A5C5Y0,1 Summer Ghost PRD_25B8NZQ3EDTG loundraw CON_2D2FB3A5C5Y0 1  
PRD_2CSB2VW7NR00,CON_2D2FB3A5C5Y0,2 Volume 2 PRD_2CSB2VW7NR00 loundraw CON_2D2FB3A5C5Y0 2  
PRD_2F7K92JBPZJG,CON_2D2FB3A5C5Y0,2 Volume 4 PRD_2F7K92JBPZJG loundraw CON_2D2FB3A5C5Y0 2  
PRD_2KYNK9NRPM50,CON_2D2FB3A5C5Y0,2 Volume 3 PRD_2KYNK9NRPM50 loundraw CON_2D2FB3A5C5Y0 2  
PRD_2SZS9M2SRE60,CON_2D2FB3A5C5Y0,2 At Night, I Become a Monster PRD_2SZS9M2SRE60 loundraw CON_2D2FB3A5C5Y0 2  
PRD_3JSB84NN7YV0,CON_2D2FB3A5C5Y0,2 Volume 1 PRD_3JSB84NN7YV0 loundraw CON_2D2FB3A5C5Y0 2  

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