home / xmpp

software_platforms

Data source: XMPP Standards Foundation

4 rows where software_id = 0

✎ View and edit SQL

This data as json, CSV (advanced)

Link software_id platform
0,BSD ejabberd 0 BSD
0,Linux ejabberd 0 Linux
0,Windows ejabberd 0 Windows
0,macOS ejabberd 0 macOS

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 17.627ms · Data source: XMPP Standards Foundation