home / content

pypi_versions

36 rows where package = "datasette-graphql"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ package name
datasette-graphql:0.10 datasette-graphql 0.10
datasette-graphql:0.11 datasette-graphql 0.11
datasette-graphql:0.12 datasette-graphql 0.12
datasette-graphql:0.12.1 datasette-graphql 0.12.1
datasette-graphql:0.12.2 datasette-graphql 0.12.2
datasette-graphql:0.12.3 datasette-graphql 0.12.3
datasette-graphql:0.13 datasette-graphql 0.13
datasette-graphql:0.14 datasette-graphql 0.14
datasette-graphql:0.15 datasette-graphql 0.15
datasette-graphql:0.1a0 datasette-graphql 0.1a0
datasette-graphql:0.1a1 datasette-graphql 0.1a1
datasette-graphql:0.1a2 datasette-graphql 0.1a2
datasette-graphql:0.1a3 datasette-graphql 0.1a3
datasette-graphql:0.1a4 datasette-graphql 0.1a4
datasette-graphql:0.2 datasette-graphql 0.2
datasette-graphql:0.3 datasette-graphql 0.3
datasette-graphql:0.4 datasette-graphql 0.4
datasette-graphql:0.5 datasette-graphql 0.5
datasette-graphql:0.6 datasette-graphql 0.6
datasette-graphql:0.7 datasette-graphql 0.7
datasette-graphql:0.8 datasette-graphql 0.8
datasette-graphql:0.9 datasette-graphql 0.9
datasette-graphql:1.0 datasette-graphql 1.0
datasette-graphql:1.0.1 datasette-graphql 1.0.1
datasette-graphql:1.1 datasette-graphql 1.1
datasette-graphql:1.2 datasette-graphql 1.2
datasette-graphql:1.2.1 datasette-graphql 1.2.1
datasette-graphql:1.3 datasette-graphql 1.3
datasette-graphql:1.3.1 datasette-graphql 1.3.1
datasette-graphql:1.4 datasette-graphql 1.4
datasette-graphql:1.5 datasette-graphql 1.5
datasette-graphql:2.0 datasette-graphql 2.0
datasette-graphql:2.0.1 datasette-graphql 2.0.1
datasette-graphql:2.0.2 datasette-graphql 2.0.2
datasette-graphql:2.1 datasette-graphql 2.1
datasette-graphql:2.1.1 datasette-graphql 2.1.1

Advanced export

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

CSV options:

CREATE TABLE [pypi_versions] (
   [id] TEXT PRIMARY KEY,
   [package] TEXT REFERENCES [pypi_packages]([name]),
   [name] TEXT
);
CREATE INDEX [idx_pypi_versions_package]
    ON [pypi_versions] ([package]);
Powered by Datasette · Queries took 102.049ms