home / public

report_technologies

4 rows where report_id = "00660f93-34a8-4b4e-ad38-c22ab460ac8d"

✎ View and edit SQL

This data as json, CSV (advanced)

Link report_id name type source
00660f93-34a8-4b4e-ad38-c22ab460ac8d,Cookiebot,runtime https://www.mtm.se/ 00660f93-34a8-4b4e-ad38-c22ab460ac8d Cookiebot consent runtime
00660f93-34a8-4b4e-ad38-c22ab460ac8d,Matomo,runtime https://www.mtm.se/ 00660f93-34a8-4b4e-ad38-c22ab460ac8d Matomo analytics runtime
00660f93-34a8-4b4e-ad38-c22ab460ac8d,Readspeaker,runtime https://www.mtm.se/ 00660f93-34a8-4b4e-ad38-c22ab460ac8d Readspeaker tools runtime
00660f93-34a8-4b4e-ad38-c22ab460ac8d,WordPress,runtime https://www.mtm.se/ 00660f93-34a8-4b4e-ad38-c22ab460ac8d WordPress platform 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 13.156ms