software_platforms
Data source: XMPP Standards Foundation
4 rows where software_id = 10
This data as json, CSV (advanced)
Link | software_id | platform |
---|---|---|
10,FreeBSD | Tigase XMPP Server 10 | FreeBSD |
10,Linux | Tigase XMPP Server 10 | Linux |
10,Windows | Tigase XMPP Server 10 | Windows |
10,macOS | Tigase XMPP Server 10 | 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]) );