BookWalker

home / database

product_contributors

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

9 rows where contributor_id = "CON_21BB6RZ3SMG0"

✎ View and edit SQL

This data as json, CSV (advanced)

Link product_id contributor_id role name_override
PRD_00Z8XYEERHRG,CON_21BB6RZ3SMG0,2 Volume 2 PRD_00Z8XYEERHRG Nagayori CON_21BB6RZ3SMG0 2  
PRD_0SNAKPFPPCJ0,CON_21BB6RZ3SMG0,2 Volume 5 PRD_0SNAKPFPPCJ0 Nagayori CON_21BB6RZ3SMG0 2  
PRD_1GE7M8S1N2XG,CON_21BB6RZ3SMG0,2 Volume 8 PRD_1GE7M8S1N2XG Nagayori CON_21BB6RZ3SMG0 2  
PRD_24ME6404F8WG,CON_21BB6RZ3SMG0,2 Volume 7 PRD_24ME6404F8WG Nagayori CON_21BB6RZ3SMG0 2  
PRD_26YMC2B8JKD0,CON_21BB6RZ3SMG0,2 Volume 3 PRD_26YMC2B8JKD0 Nagayori CON_21BB6RZ3SMG0 2  
PRD_2KFBZH87TDE0,CON_21BB6RZ3SMG0,2 Volume 4 PRD_2KFBZH87TDE0 Nagayori CON_21BB6RZ3SMG0 2  
PRD_2Q5VP1GK13E0,CON_21BB6RZ3SMG0,2 Volume 6 PRD_2Q5VP1GK13E0 Nagayori CON_21BB6RZ3SMG0 2  
PRD_346P56B88VK0,CON_21BB6RZ3SMG0,2 Volume 9 PRD_346P56B88VK0 Nagayori CON_21BB6RZ3SMG0 2  
PRD_3QN2AX8MG1KG,CON_21BB6RZ3SMG0,2 Volume 1 PRD_3QN2AX8MG1KG Nagayori CON_21BB6RZ3SMG0 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.567ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS