home / public

report_technologies

10 rows where report_id = "296a685a-4a57-48a4-a45e-b33997aea81f"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
296a685a-4a57-48a4-a45e-b33997aea81f,Adobe Fonts (Typekit),runtime https://palliativtutvecklingscentrum.se/ 296a685a-4a57-48a4-a45e-b33997aea81f Adobe Fonts (Typekit) tools runtime
296a685a-4a57-48a4-a45e-b33997aea81f,BootstrapCDN,runtime https://palliativtutvecklingscentrum.se/ 296a685a-4a57-48a4-a45e-b33997aea81f BootstrapCDN cdn runtime
296a685a-4a57-48a4-a45e-b33997aea81f,Font Awesome,runtime https://palliativtutvecklingscentrum.se/ 296a685a-4a57-48a4-a45e-b33997aea81f Font Awesome tools runtime
296a685a-4a57-48a4-a45e-b33997aea81f,Google,runtime https://palliativtutvecklingscentrum.se/ 296a685a-4a57-48a4-a45e-b33997aea81f Google search runtime
296a685a-4a57-48a4-a45e-b33997aea81f,Google Fonts,runtime https://palliativtutvecklingscentrum.se/ 296a685a-4a57-48a4-a45e-b33997aea81f Google Fonts tools runtime
296a685a-4a57-48a4-a45e-b33997aea81f,Google Maps,runtime https://palliativtutvecklingscentrum.se/ 296a685a-4a57-48a4-a45e-b33997aea81f Google Maps tools runtime
296a685a-4a57-48a4-a45e-b33997aea81f,Matomo,runtime https://palliativtutvecklingscentrum.se/ 296a685a-4a57-48a4-a45e-b33997aea81f Matomo analytics runtime
296a685a-4a57-48a4-a45e-b33997aea81f,Matomo Tag Manager,runtime https://palliativtutvecklingscentrum.se/ 296a685a-4a57-48a4-a45e-b33997aea81f Matomo Tag Manager analytics runtime
296a685a-4a57-48a4-a45e-b33997aea81f,Whitespace Analys,runtime https://palliativtutvecklingscentrum.se/ 296a685a-4a57-48a4-a45e-b33997aea81f Whitespace Analys analytics runtime
296a685a-4a57-48a4-a45e-b33997aea81f,WordPress,runtime https://palliativtutvecklingscentrum.se/ 296a685a-4a57-48a4-a45e-b33997aea81f 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 10.486ms