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