CudaManifest
0 rows where release_date = 9497
This data as json
0 records
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) ) STRICT;