home / xmpp

software_platforms

Data source: XMPP Standards Foundation

2 rows where software_id = 40

✎ View and edit SQL

This data as json, CSV (advanced)

Link software_id platform
40,Linux Isode M-Link 40 Linux
40,Windows Isode M-Link 40 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 15.283ms · Data source: XMPP Standards Foundation