home / public

report_technologies

6 rows where report_id = "e6ccda65-6fe7-4cf0-aac8-224513dc14cd"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
e6ccda65-6fe7-4cf0-aac8-224513dc14cd,Font Awesome,runtime https://vartgoteborg.se/ e6ccda65-6fe7-4cf0-aac8-224513dc14cd Font Awesome tools runtime
e6ccda65-6fe7-4cf0-aac8-224513dc14cd,Google Fonts,runtime https://vartgoteborg.se/ e6ccda65-6fe7-4cf0-aac8-224513dc14cd Google Fonts tools runtime
e6ccda65-6fe7-4cf0-aac8-224513dc14cd,Matomo,runtime https://vartgoteborg.se/ e6ccda65-6fe7-4cf0-aac8-224513dc14cd Matomo analytics runtime
e6ccda65-6fe7-4cf0-aac8-224513dc14cd,Mediaflow,runtime https://vartgoteborg.se/ e6ccda65-6fe7-4cf0-aac8-224513dc14cd Mediaflow tools runtime
e6ccda65-6fe7-4cf0-aac8-224513dc14cd,Next.js,runtime https://vartgoteborg.se/ e6ccda65-6fe7-4cf0-aac8-224513dc14cd Next.js platform runtime
e6ccda65-6fe7-4cf0-aac8-224513dc14cd,WordPress,runtime https://vartgoteborg.se/ e6ccda65-6fe7-4cf0-aac8-224513dc14cd 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 22.652ms