software_platforms
Data source: XMPP Standards Foundation
3 rows where software_id = 1
This data as json, CSV (advanced)
| Link | platform | software_id |
|---|---|---|
| 1,Linux | Linux | AstraChat XMPP Server 1 |
| 1,Windows | Windows | AstraChat XMPP Server 1 |
| 1,macOS | macOS | AstraChat XMPP Server 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [software_platforms] ( [platform] TEXT, [software_id] INTEGER, PRIMARY KEY ([software_id], [platform]), FOREIGN KEY([software_id]) REFERENCES [software]([id]) );