BookWalker

home / database

product_contributors

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

7 rows where contributor_id = "CON_22NZE4Q3CYPG"

✎ View and edit SQL

This data as json, CSV (advanced)

Link product_id contributor_id role name_override
PRD_1M0AVWN3PP20,CON_22NZE4Q3CYPG,24 Chapter 4 PRD_1M0AVWN3PP20 ICHIKA SHIROYAGI CON_22NZE4Q3CYPG 24  
PRD_1RH55FQ5JN10,CON_22NZE4Q3CYPG,24 Chapter 1 PRD_1RH55FQ5JN10 ICHIKA SHIROYAGI CON_22NZE4Q3CYPG 24  
PRD_23YP2VADGRZG,CON_22NZE4Q3CYPG,24 Chapter 3 PRD_23YP2VADGRZG ICHIKA SHIROYAGI CON_22NZE4Q3CYPG 24  
PRD_2G84RMW1004G,CON_22NZE4Q3CYPG,24 Chapter 6 PRD_2G84RMW1004G ICHIKA SHIROYAGI CON_22NZE4Q3CYPG 24  
PRD_2H8NJX49WF40,CON_22NZE4Q3CYPG,24 Love After a Broken Engagement - The Marquis's Adorable Lover PRD_2H8NJX49WF40 ICHIKA SHIROYAGI CON_22NZE4Q3CYPG 24  
PRD_3QV22JAY8QJG,CON_22NZE4Q3CYPG,24 Chapter 5 PRD_3QV22JAY8QJG ICHIKA SHIROYAGI CON_22NZE4Q3CYPG 24  
PRD_3T9XC540MPHG,CON_22NZE4Q3CYPG,24 Chapter 2 PRD_3T9XC540MPHG ICHIKA SHIROYAGI CON_22NZE4Q3CYPG 24  

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