home / public

report_technologies

5 rows where report_id = "bca36555-65df-48cb-9333-6ceb32fa7cda"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
bca36555-65df-48cb-9333-6ceb32fa7cda,Font Awesome,runtime https://janusmedtest.sll.se/ bca36555-65df-48cb-9333-6ceb32fa7cda Font Awesome tools runtime
bca36555-65df-48cb-9333-6ceb32fa7cda,Matomo,runtime https://janusmedtest.sll.se/ bca36555-65df-48cb-9333-6ceb32fa7cda Matomo analytics runtime
bca36555-65df-48cb-9333-6ceb32fa7cda,Matomo Tag Manager,runtime https://janusmedtest.sll.se/ bca36555-65df-48cb-9333-6ceb32fa7cda Matomo Tag Manager analytics runtime
bca36555-65df-48cb-9333-6ceb32fa7cda,Nuxt.js,runtime https://janusmedtest.sll.se/ bca36555-65df-48cb-9333-6ceb32fa7cda Nuxt.js platform runtime
bca36555-65df-48cb-9333-6ceb32fa7cda,Whitespace Analys,runtime https://janusmedtest.sll.se/ bca36555-65df-48cb-9333-6ceb32fa7cda Whitespace Analys analytics 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.749ms