home / metayaml

Menu
  • GraphQL API

paths_to_entries

Table actions
  • GraphQL API for paths_to_entries

16 rows where entry_id = 1602290

✎ View and edit SQL

This data as json, CSV (advanced)

Link path_id entry_id
13031,1602290 main/linux-64/jupyterlab-3.4.4-py37h06a4308_0.conda 13031 1602290 1602290
13035,1602290 main/linux-64/jupyterlab-3.5.0-py37h06a4308_0.conda 13035 1602290 1602290
13039,1602290 main/linux-64/jupyterlab-3.5.2-py37h06a4308_0.conda 13039 1602290 1602290
13044,1602290 main/linux-64/jupyterlab-3.5.3-py37h06a4308_0.conda 13044 1602290 1602290
85284,1602290 main/osx-64/jupyterlab-3.4.4-py37hecd8cb5_0.conda 85284 1602290 1602290
85288,1602290 main/osx-64/jupyterlab-3.5.0-py37hecd8cb5_0.conda 85288 1602290 1602290
85292,1602290 main/osx-64/jupyterlab-3.5.2-py37hecd8cb5_0.conda 85292 1602290 1602290
85297,1602290 main/osx-64/jupyterlab-3.5.3-py37hecd8cb5_0.conda 85297 1602290 1602290
124723,1602290 main/linux-aarch64/jupyterlab-3.4.4-py37hd43f75c_0.conda 124723 1602290 1602290
124727,1602290 main/linux-aarch64/jupyterlab-3.5.0-py37hd43f75c_0.conda 124727 1602290 1602290
124731,1602290 main/linux-aarch64/jupyterlab-3.5.2-py37hd43f75c_0.conda 124731 1602290 1602290
124736,1602290 main/linux-aarch64/jupyterlab-3.5.3-py37hd43f75c_0.conda 124736 1602290 1602290
138499,1602290 main/linux-ppc64le/jupyterlab-3.4.4-py37h6ffa863_0.conda 138499 1602290 1602290
138503,1602290 main/linux-ppc64le/jupyterlab-3.5.0-py37h6ffa863_0.conda 138503 1602290 1602290
138507,1602290 main/linux-ppc64le/jupyterlab-3.5.2-py37h6ffa863_0.conda 138507 1602290 1602290
138512,1602290 main/linux-ppc64le/jupyterlab-3.5.3-py37h6ffa863_0.conda 138512 1602290 1602290

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