home / sidx

CudaArtifact

3 rows where sha256 = 5678

✎ View and edit SQL

This data as json, CSV (advanced)

pname 1

  • nsight_systems 3

platform 1

  • windows-x86_64 3
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
5678,58 blake3-NLe7G5SqTBpPgajESjcg5YN64mOOpF/CpklheScS6oI= 58 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514 nsight_systems/LICENSE.txt 3773 2023.3.3.42 3861   9049d2bd0f17d967f7c84f33eee04b83c6b65349e3b12f97a3a9211d411e0009 5678 54e49f657acf7b5e337c77f94b9d0943 5679 windows-x86_64 1442 nsight_systems/windows-x86_64/nsight_systems-windows-x86_64-2023.3.3.42-archive.zip 10262 348461444
5678,111 blake3-bDYproKRzhSdo9dw/77gKmaC5ZBGL1lp62yCSxe8X74= 111 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514 nsight_systems/LICENSE.txt 3773 2023.3.3.42 3861   9049d2bd0f17d967f7c84f33eee04b83c6b65349e3b12f97a3a9211d411e0009 5678 54e49f657acf7b5e337c77f94b9d0943 5679 windows-x86_64 1442 nsight_systems/windows-x86_64/nsight_systems-windows-x86_64-2023.3.3.42-archive.zip 10262 348461444
5678,115 blake3-K2dLnseKA0k83o5Fwa05UF37QB0t5TZcrw8tQTKFSSE= 115 Nsight Systems 14862 nsight_systems 1575 NVIDIA SLA 1514 nsight_systems/LICENSE.txt 3773 2023.3.3.42 3861   9049d2bd0f17d967f7c84f33eee04b83c6b65349e3b12f97a3a9211d411e0009 5678 54e49f657acf7b5e337c77f94b9d0943 5679 windows-x86_64 1442 nsight_systems/windows-x86_64/nsight_systems-windows-x86_64-2023.3.3.42-archive.zip 10262 348461444

Advanced export

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

CSV options:

CREATE TABLE "CudaArtifact" (
	"manifest"	INTEGER NOT NULL,
	"name"	INTEGER,
	"pname"	INTEGER,
	"license_name"	INTEGER,
	"license_path"	INTEGER,
	"version"	INTEGER NOT NULL,
	"compat_tag"	INTEGER,
	"sha256"	INTEGER,
	"md5"	INTEGER,
	"platform"	INTEGER,
	"relative_path"	INTEGER,
	"n_bytes"	INTEGER,
	PRIMARY KEY("sha256","manifest"),
	FOREIGN KEY("compat_tag") REFERENCES "Str"("id"),
	FOREIGN KEY("license_name") REFERENCES "Str"("id"),
	FOREIGN KEY("license_path") REFERENCES "Str"("id"),
	FOREIGN KEY("manifest") REFERENCES "CudaManifest"("id"),
	FOREIGN KEY("manifest") REFERENCES "Hash"("id"),
	FOREIGN KEY("md5") REFERENCES "Hash"("id"),
	FOREIGN KEY("name") REFERENCES "Str"("id"),
	FOREIGN KEY("platform") REFERENCES "Str"("id"),
	FOREIGN KEY("pname") REFERENCES "Str"("id"),
	FOREIGN KEY("relative_path") REFERENCES "Str"("id"),
	FOREIGN KEY("sha256") REFERENCES "Hash"("id"),
	FOREIGN KEY("version") REFERENCES "Str"("id")
) STRICT;
CREATE UNIQUE INDEX CudaArtifactIdx
ON CudaArtifact(pname, platform, version, compat_tag, name, manifest);
Powered by Datasette · Queries took 218.56ms