tags
5 rows where repo = 256834907
This data as json, CSV (advanced)
Link | repo | name | sha |
---|---|---|---|
256834907,0.1a | dogsheep-photos 256834907 | 0.1a | ec934491d5940c743e81cc2f5b434a0847e81126 |
256834907,0.2a | dogsheep-photos 256834907 | 0.2a | 2e7f2c67cc18b02c75bb64992a05b0196e507252 |
256834907,0.3a | dogsheep-photos 256834907 | 0.3a | 2d7586928de4ad3218a93b9f6efd3db45e68340f |
256834907,0.4 | dogsheep-photos 256834907 | 0.4 | ade1334c3fb7c0219ba5ae9bd009c3a697bd3b9e |
256834907,0.4.1 | dogsheep-photos 256834907 | 0.4.1 | 397b45577dbe87a5f7caff684f760c6d1c231519 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [tags] ( [repo] INTEGER REFERENCES [repos]([id]), [name] TEXT, [sha] TEXT, PRIMARY KEY ([repo], [name]) ); CREATE INDEX [idx_tags_repo] ON [tags] ([repo]);