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