BookWalker

home / database

product_contributors

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

7 rows where contributor_id = "CON_2C0PJM0T7RHG"

✎ View and edit SQL

This data as json, CSV (advanced)

Link product_id contributor_id role name_override
PRD_0E00Z6T6EMN0,CON_2C0PJM0T7RHG,0 Chapter 10 PRD_0E00Z6T6EMN0 sakuraao/ranchiyo CON_2C0PJM0T7RHG 0  
PRD_0KM5JDBNEBD0,CON_2C0PJM0T7RHG,0 Chapter 6 PRD_0KM5JDBNEBD0 sakuraao/ranchiyo CON_2C0PJM0T7RHG 0  
PRD_0TV78K71PAK0,CON_2C0PJM0T7RHG,0 Chapter 12 PRD_0TV78K71PAK0 sakuraao/ranchiyo CON_2C0PJM0T7RHG 0  
PRD_1DCXS4RG0CXG,CON_2C0PJM0T7RHG,0 Chapter 7 PRD_1DCXS4RG0CXG sakuraao/ranchiyo CON_2C0PJM0T7RHG 0  
PRD_1EYDFHZE4DYG,CON_2C0PJM0T7RHG,0 Chapter 8 PRD_1EYDFHZE4DYG sakuraao/ranchiyo CON_2C0PJM0T7RHG 0  
PRD_227EY3DJWQ0G,CON_2C0PJM0T7RHG,0 Chapter 11 PRD_227EY3DJWQ0G sakuraao/ranchiyo CON_2C0PJM0T7RHG 0  
PRD_2C98GF5BCK4G,CON_2C0PJM0T7RHG,0 Chapter 9 PRD_2C98GF5BCK4G sakuraao/ranchiyo CON_2C0PJM0T7RHG 0  

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