home / xmpp

software_platforms

Data source: XMPP Standards Foundation

3 rows where software_id = 38

✎ View and edit SQL

This data as json, CSV (advanced)

Link software_id platform
38,Linux Openfire 38 Linux
38,MacOS Openfire 38 MacOS
38,Windows Openfire 38 Windows

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [software_platforms] (
   [software_id] INTEGER,
   [platform] TEXT,
   PRIMARY KEY ([software_id], [platform]),
   FOREIGN KEY([software_id]) REFERENCES [software]([id])
);
Powered by Datasette · Queries took 16.829ms · Data source: XMPP Standards Foundation