tags
3 rows where repo = 206202864
This data as json, CSV (advanced)
Link | repo | name | sha |
---|---|---|---|
206202864,0.1a | inaturalist-to-sqlite 206202864 | 0.1a | ce55b96ebeee79275307a406cd1ae88e511e147c |
206202864,0.2 | inaturalist-to-sqlite 206202864 | 0.2 | 7d5f3480dc7022212d5fdcdeb9f3acf2744c4405 |
206202864,0.2.1 | inaturalist-to-sqlite 206202864 | 0.2.1 | d888c7c2f02aa0dfb1559603f02357cd0089da11 |
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]);