home / metayaml

Menu
  • GraphQL API

paths_to_entries

Table actions
  • GraphQL API for paths_to_entries

10 rows where entry_id = 6228121

✎ View and edit SQL

This data as json, CSV (advanced)

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

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