software_platforms
Data source: XMPP Standards Foundation
1 row where software_id = 59
This data as json, CSV (advanced)
Link | software_id | platform |
---|---|---|
59,Browser | Explore XEP-0392 Consistent Color Generation 59 | Browser |
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]) );