{"database": "database", "private": false, "path": "/database", "size": 240484352, "tables": [{"name": "contributors", "columns": ["id", "name", "name_alt"], "primary_keys": ["id"], "count": 9633, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "product_contributors", "column": "id", "other_column": "contributor_id"}], "outgoing": []}, "private": false}, {"name": "distributors", "columns": ["id", "display_name", "legal_name", "code_name", "currency_code"], "primary_keys": ["id"], "count": 35, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "product_distributors", "column": "id", "other_column": "distributor_id"}], "outgoing": []}, "private": false}, {"name": "export_metadata", "columns": ["key", "value"], "primary_keys": ["key"], "count": 3, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "geoblock_territories", "columns": ["geoblock_id", "territory", "type"], "primary_keys": ["geoblock_id", "territory", "type"], "count": 1888, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "geoblocks", "column": "geoblock_id", "other_column": "id"}]}, "private": false}, {"name": "geoblocks", "columns": ["id"], "primary_keys": ["id"], "count": 61, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "products", "column": "id", "other_column": "geoblock_id"}, {"other_table": "labels", "column": "id", "other_column": "geoblock_id"}, {"other_table": "geoblock_territories", "column": "id", "other_column": "geoblock_id"}], "outgoing": []}, "private": false}, {"name": "images", "columns": ["id", "name", "mime", "width", "height"], "primary_keys": ["id"], "count": 84094, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "labels", "columns": ["id", "publisher_id", "geoblock_id", "name", "aliases"], "primary_keys": ["id"], "count": 165, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "products", "column": "id", "other_column": "label_id"}], "outgoing": [{"other_table": "geoblocks", "column": "geoblock_id", "other_column": "id"}, {"other_table": "publishers", "column": "publisher_id", "other_column": "id"}]}, "private": false}, {"name": "prices", "columns": ["id", "product_id", "amount", "start_at"], "primary_keys": ["id"], "count": 86478, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "products", "column": "product_id", "other_column": "id"}]}, "private": false}, {"name": "product_contributors", "columns": ["product_id", "contributor_id", "role", "name_override"], "primary_keys": ["product_id", "contributor_id", "role"], "count": 141443, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "contributors", "column": "contributor_id", "other_column": "id"}, {"other_table": "products", "column": "product_id", "other_column": "id"}]}, "private": false}, {"name": "product_distributors", "columns": ["product_id", "distributor_id"], "primary_keys": ["product_id", "distributor_id"], "count": 86479, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "distributors", "column": "distributor_id", "other_column": "id"}, {"other_table": "products", "column": "product_id", "other_column": "id"}]}, "private": false}, {"name": "product_external_ids", "columns": ["id", "product_id", "source", "type", "external_id", "external_id_original"], "primary_keys": ["id"], "count": null, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "products", "column": "product_id", "other_column": "id"}]}, "private": false}, {"name": "product_tags", "columns": ["product_id", "tag_id"], "primary_keys": ["product_id", "tag_id"], "count": 82507, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "tags", "column": "tag_id", "other_column": "id"}, {"other_table": "products", "column": "product_id", "other_column": "id"}]}, "private": false}, {"name": "products", "columns": ["id", "content_id", "series_id", "parent_content_id", "level", "content_type", "product_type", "title", "alt_titles", "subtitle", "display_title", "display_title_short", "description", "description_short", "image_id", "display_order", "listed_at", "label_id", "geoblock_id", "display_name", "copyright", "on_presale_at", "on_sale_at", "off_sale_at", "add_on", "add_on_campaign_only"], "primary_keys": ["id"], "count": 86479, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "product_tags", "column": "id", "other_column": "product_id"}, {"other_table": "product_contributors", "column": "id", "other_column": "product_id"}, {"other_table": "product_distributors", "column": "id", "other_column": "product_id"}, {"other_table": "product_external_ids", "column": "id", "other_column": "product_id"}, {"other_table": "prices", "column": "id", "other_column": "product_id"}], "outgoing": [{"other_table": "geoblocks", "column": "geoblock_id", "other_column": "id"}, {"other_table": "labels", "column": "label_id", "other_column": "id"}, {"other_table": "series", "column": "series_id", "other_column": "id"}]}, "private": false}, {"name": "publishers", "columns": ["id", "display_name", "aliases", "country"], "primary_keys": ["id"], "count": 140, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "labels", "column": "id", "other_column": "publisher_id"}], "outgoing": []}, "private": false}, {"name": "series", "columns": ["id", "type", "title", "alt_titles", "subtitle", "display_title", "display_title_short", "description", "description_short", "image_id", "listed_at"], "primary_keys": ["id"], "count": 13614, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "products", "column": "id", "other_column": "series_id"}, {"other_table": "series_tags", "column": "id", "other_column": "series_id"}, {"other_table": "series_external_ids", "column": "id", "other_column": "series_id"}], "outgoing": []}, "private": false}, {"name": "series_external_ids", "columns": ["id", "series_id", "type", "external_id", "external_id_original"], "primary_keys": ["id"], "count": 25834, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "series", "column": "series_id", "other_column": "id"}]}, "private": false}, {"name": "series_tags", "columns": ["series_id", "tag_id"], "primary_keys": ["series_id", "tag_id"], "count": 158111, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "tags", "column": "tag_id", "other_column": "id"}, {"other_table": "series", "column": "series_id", "other_column": "id"}]}, "private": false}, {"name": "tags", "columns": ["id", "name", "slug", "description", "namespace", "priority"], "primary_keys": ["id"], "count": 736, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "product_tags", "column": "id", "other_column": "tag_id"}, {"other_table": "series_tags", "column": "id", "other_column": "tag_id"}], "outgoing": []}, "private": false}], "hidden_count": 0, "views": [], "queries": [], "allow_execute_sql": true, "query_ms": 43.47545886412263, "source": "BookWalker (ZSTD-compressed Database Export)", "source_url": "https://static.bookwalker.com/data/bkwk-db.sqlite.zst", "license": "BookWalker Data Export License", "license_url": "https://static.bookwalker.com/legal/data-tos.html"}