home / content

pypi_versions

4 rows where package = "tableau-to-sqlite"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ package name
tableau-to-sqlite:0.1 tableau-to-sqlite 0.1
tableau-to-sqlite:0.1.1 tableau-to-sqlite 0.1.1
tableau-to-sqlite:0.2 tableau-to-sqlite 0.2
tableau-to-sqlite:0.2.1 tableau-to-sqlite 0.2.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 11.565ms