home / sidx

CudaArtifact

2 rows where license_name = 3896 and pname = 13955

✎ View and edit SQL

This data as json, CSV (advanced)

platform 2

  • linux-x86_64 1
  • linux-sbsa 1

pname 1

  • collectx_bringup · 2 ✖
Link manifest name pname license_name license_path version compat_tag sha256 md5 platform relative_path n_bytes
8721,8488 blake3-LHgJyp9ZrSvN6nLFi6SOPZzXwg5AGM9DU1dwlhsbttk= 8488 UFM telemetry CollectX Bringup 23756 collectx_bringup 13955 NVIDIA Proprietary 3896 collectx_bringup/LICENSE.txt 13956 1.19.13 23757   5d716fbb80ef7b9ac89f9e3fa8b900a29d4e6c0be487420dc4ee7a05340b57a9 8721 dc2c0bfedf790ba7dc21f684510e592e 8722 linux-sbsa 1436 collectx_bringup/linux-sbsa/collectx_bringup-linux-sbsa-1.19.13-archive.tar.xz 23760 120696772
9587,8488 blake3-LHgJyp9ZrSvN6nLFi6SOPZzXwg5AGM9DU1dwlhsbttk= 8488 UFM telemetry CollectX Bringup 23756 collectx_bringup 13955 NVIDIA Proprietary 3896 collectx_bringup/LICENSE.txt 13956 1.19.13 23757   4965fe096fca645a6d4565fd4d12366ae0ec31ec54ca20274910f34eea74b41a 9587 d48b8c177f312c8774c54988594f725c 9588 linux-x86_64 1432 collectx_bringup/linux-x86_64/collectx_bringup-linux-x86_64-1.19.13-archive.tar.xz 23758 125307508

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 161.322ms