home / public

report_technologies

6 rows where report_id = "b89b7f69-914d-4a60-a411-adfcb7f6187f"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, type, source

Link report_id name type source
b89b7f69-914d-4a60-a411-adfcb7f6187f,Google,csp https://www.mcf.se/ b89b7f69-914d-4a60-a411-adfcb7f6187f Google search csp
b89b7f69-914d-4a60-a411-adfcb7f6187f,Google Fonts,csp https://www.mcf.se/ b89b7f69-914d-4a60-a411-adfcb7f6187f Google Fonts tools csp
b89b7f69-914d-4a60-a411-adfcb7f6187f,Matomo Tag Manager,runtime https://www.mcf.se/ b89b7f69-914d-4a60-a411-adfcb7f6187f Matomo Tag Manager analytics runtime
b89b7f69-914d-4a60-a411-adfcb7f6187f,Quickchannel,csp https://www.mcf.se/ b89b7f69-914d-4a60-a411-adfcb7f6187f Quickchannel tools csp
b89b7f69-914d-4a60-a411-adfcb7f6187f,Readspeaker,csp https://www.mcf.se/ b89b7f69-914d-4a60-a411-adfcb7f6187f Readspeaker tools csp
b89b7f69-914d-4a60-a411-adfcb7f6187f,Readspeaker,runtime https://www.mcf.se/ b89b7f69-914d-4a60-a411-adfcb7f6187f Readspeaker tools runtime

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE report_technologies (
  report_id TEXT NOT NULL REFERENCES reports(id) ON DELETE CASCADE,
  name      TEXT NOT NULL,
  type      TEXT NOT NULL,
  source    TEXT NOT NULL,
  PRIMARY KEY (report_id, name, source)
);
CREATE INDEX idx_report_technologies_name ON report_technologies(name);
Powered by Datasette · Queries took 11.129ms