home / metayaml

Menu
  • GraphQL API

paths_to_entries

Table actions
  • GraphQL API for paths_to_entries

23 rows where entry_id = 5012346

✎ View and edit SQL

This data as json, CSV (advanced)

Link path_id entry_id
28752,5012346 main/linux-64/spacy-2.3.1-py38hfd86e86_0.conda 28752 5012346 5012346
28755,5012346 main/linux-64/spacy-2.3.2-py38hfd86e86_0.conda 28755 5012346 5012346
28758,5012346 main/linux-64/spacy-2.3.5-py38hff7bd54_0.conda 28758 5012346 5012346
30933,5012346 main/linux-64/theano-1.0.4-py38hfd86e86_0.conda 30933 5012346 5012346
30936,5012346 main/linux-64/theano-1.0.5-py38h295c915_1.conda 30936 5012346 5012346
30941,5012346 main/linux-64/theano-pymc-1.1.2-py38h51133e4_0.conda 30941 5012346 5012346
71970,5012346 main/osx-arm64/theano-1.0.5-py38hc377ac9_0.conda 71970 5012346 5012346
71971,5012346 main/osx-arm64/theano-1.0.5-py38hc377ac9_1.conda 71971 5012346 5012346
71976,5012346 main/osx-arm64/theano-pymc-1.1.2-py38h9197a36_0.conda 71976 5012346 5012346
100503,5012346 main/osx-64/spacy-2.3.1-py38h879752b_0.conda 100503 5012346 5012346
100506,5012346 main/osx-64/spacy-2.3.2-py38h879752b_0.conda 100506 5012346 5012346
100509,5012346 main/osx-64/spacy-2.3.5-py38hf7b0b51_0.conda 100509 5012346 5012346
102221,5012346 main/osx-64/theano-1.0.4-py38h04f5b5a_0.conda 102221 5012346 5012346
102224,5012346 main/osx-64/theano-1.0.5-py38he9d5cce_1.conda 102224 5012346 5012346
102229,5012346 main/osx-64/theano-pymc-1.1.2-py38hae1ba45_0.conda 102229 5012346 5012346
129900,5012346 main/linux-aarch64/spacy-2.3.5-py38h949e957_0.conda 129900 5012346 5012346
130632,5012346 main/linux-aarch64/theano-1.0.4-py38h59a28a9_0.conda 130632 5012346 5012346
130636,5012346 main/linux-aarch64/theano-1.0.5-py38h22f4aa5_0.conda 130636 5012346 5012346
130637,5012346 main/linux-aarch64/theano-1.0.5-py38h22f4aa5_1.conda 130637 5012346 5012346
130643,5012346 main/linux-aarch64/theano-pymc-1.1.2-py38h839d321_0.conda 130643 5012346 5012346
146762,5012346 main/linux-ppc64le/theano-1.0.5-py38h29c3540_1.conda 146762 5012346 5012346
146767,5012346 main/linux-ppc64le/theano-pymc-1.1.2-py38haab0e66_0.conda 146767 5012346 5012346
155427,5012346 main/linux-s390x/theano-pymc-1.1.2-py38hfd8e270_0.conda 155427 5012346 5012346

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.802ms