home / public

report_technologies

3 rows where report_id = "156b9d9e-a389-4595-9f84-089f6e7809fa"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
156b9d9e-a389-4595-9f84-089f6e7809fa,Gatsby,runtime https://nsr.se/ 156b9d9e-a389-4595-9f84-089f6e7809fa Gatsby platform runtime
156b9d9e-a389-4595-9f84-089f6e7809fa,Matomo Tag Manager,runtime https://nsr.se/ 156b9d9e-a389-4595-9f84-089f6e7809fa Matomo Tag Manager analytics runtime
156b9d9e-a389-4595-9f84-089f6e7809fa,WordPress,runtime https://nsr.se/ 156b9d9e-a389-4595-9f84-089f6e7809fa 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 8.658ms