home / public

report_technologies

4 rows where report_id = "c97df22b-9109-4be9-9685-6bbfe4e4ff8e"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
c97df22b-9109-4be9-9685-6bbfe4e4ff8e,Google Fonts,runtime https://sodrasjukvardsregionen.se/ c97df22b-9109-4be9-9685-6bbfe4e4ff8e Google Fonts tools runtime
c97df22b-9109-4be9-9685-6bbfe4e4ff8e,Matomo,runtime https://sodrasjukvardsregionen.se/ c97df22b-9109-4be9-9685-6bbfe4e4ff8e Matomo analytics runtime
c97df22b-9109-4be9-9685-6bbfe4e4ff8e,Whitespace Analys,runtime https://sodrasjukvardsregionen.se/ c97df22b-9109-4be9-9685-6bbfe4e4ff8e Whitespace Analys analytics runtime
c97df22b-9109-4be9-9685-6bbfe4e4ff8e,WordPress,runtime https://sodrasjukvardsregionen.se/ c97df22b-9109-4be9-9685-6bbfe4e4ff8e 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 7.285ms