BookWalker

home / database

product_contributors

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

6 rows where contributor_id = "CON_24V2A3XVR6RG"

✎ View and edit SQL

This data as json, CSV (advanced)

Link product_id contributor_id role name_override
PRD_0DTQGHRJY26G,CON_24V2A3XVR6RG,3 Volume 04 PRD_0DTQGHRJY26G Himiko CON_24V2A3XVR6RG 3  
PRD_0JSRR5CZNVZG,CON_24V2A3XVR6RG,3 Volume 05 PRD_0JSRR5CZNVZG Himiko CON_24V2A3XVR6RG 3  
PRD_0Z503KQEZ36G,CON_24V2A3XVR6RG,3 Volume 01 PRD_0Z503KQEZ36G Himiko CON_24V2A3XVR6RG 3  
PRD_3J55SWVE9ES0,CON_24V2A3XVR6RG,3 Volume 02 PRD_3J55SWVE9ES0 Himiko CON_24V2A3XVR6RG 3  
PRD_3KM7HRHDWQDG,CON_24V2A3XVR6RG,3 Volume 06 PRD_3KM7HRHDWQDG Himiko CON_24V2A3XVR6RG 3  
PRD_3N5AE1FFAYSG,CON_24V2A3XVR6RG,3 Volume 03 PRD_3N5AE1FFAYSG Himiko CON_24V2A3XVR6RG 3  

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