software_categories
Data source: XMPP Standards Foundation
67 rows
This data as json, CSV (advanced)
Suggested facets: category
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]) );