home / xmpp

software_platforms

Data source: XMPP Standards Foundation

4 rows where software_id = 42

✎ View and edit SQL

This data as json, CSV (advanced)

Link software_id platform
42,Android Halcyon 42 Android
42,JS Halcyon 42 JS
42,JVM Halcyon 42 JVM
42,iOS Halcyon 42 iOS

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [software_platforms] (
   [software_id] INTEGER,
   [platform] TEXT,
   PRIMARY KEY ([software_id], [platform]),
   FOREIGN KEY([software_id]) REFERENCES [software]([id])
);
Powered by Datasette · Queries took 19.173ms · Data source: XMPP Standards Foundation