home / sidx_000

CudaManifest

1 row where id = 61

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ release_date release_label release_product
61 2023-07-31 3815 12.2.1 3816 cuda 3758

Advanced export

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

CSV options:

CREATE TABLE CudaManifest(
    id INTEGER, /* Blake3/ca-node of the JSON */
    release_date INTEGER, /* E.g. "2025-03-06" */
    release_label INTEGER, /* E.g. "12.8.1" */
    release_product INTEGER, /* E.g. "cuda" */
    PRIMARY KEY(id),
    FOREIGN KEY(id) REFERENCES Hash(id),
    FOREIGN KEY(release_date) REFERENCES Str(id),
    FOREIGN KEY(release_label) REFERENCES Str(id),
    FOREIGN KEY(release_product) REFERENCES Str(id)
);
Powered by Datasette · Queries took 59.965ms