home / metayaml

Menu
  • GraphQL API

paths_to_entries

Table actions
  • GraphQL API for paths_to_entries

10 rows where entry_id = 6228236

✎ View and edit SQL

This data as json, CSV (advanced)

Link path_id entry_id
30933,6228236 main/linux-64/theano-1.0.4-py38hfd86e86_0.conda 30933 6228236 6228236
30936,6228236 main/linux-64/theano-1.0.5-py38h295c915_1.conda 30936 6228236 6228236
71970,6228236 main/osx-arm64/theano-1.0.5-py38hc377ac9_0.conda 71970 6228236 6228236
71971,6228236 main/osx-arm64/theano-1.0.5-py38hc377ac9_1.conda 71971 6228236 6228236
102221,6228236 main/osx-64/theano-1.0.4-py38h04f5b5a_0.conda 102221 6228236 6228236
102224,6228236 main/osx-64/theano-1.0.5-py38he9d5cce_1.conda 102224 6228236 6228236
130632,6228236 main/linux-aarch64/theano-1.0.4-py38h59a28a9_0.conda 130632 6228236 6228236
130636,6228236 main/linux-aarch64/theano-1.0.5-py38h22f4aa5_0.conda 130636 6228236 6228236
130637,6228236 main/linux-aarch64/theano-1.0.5-py38h22f4aa5_1.conda 130637 6228236 6228236
146762,6228236 main/linux-ppc64le/theano-1.0.5-py38h29c3540_1.conda 146762 6228236 6228236

Advanced export

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

CSV options:

CREATE TABLE paths_to_entries (
	path_id INTEGER NOT NULL, 
	entry_id INTEGER NOT NULL, 
	PRIMARY KEY (path_id, entry_id), 
	FOREIGN KEY(path_id) REFERENCES paths (id), 
	FOREIGN KEY(entry_id) REFERENCES paths_entries (id)
);
CREATE INDEX ix_paths_to_entries_entry_id ON paths_to_entries (entry_id);
Powered by Datasette · Queries took 10.211ms