software_categories
Data source: XMPP Standards Foundation
1 row where software_id = 40
This data as json, CSV (advanced)
Link | software_id | category |
---|---|---|
40,server | Isode M-Link 40 | server |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [software_categories] ( [software_id] INTEGER, [category] TEXT, PRIMARY KEY ([software_id], [category]), FOREIGN KEY([software_id]) REFERENCES [software]([id]) );