tags
5 rows where repo = 248903544
This data as json, CSV (advanced)
Link | repo | name | sha |
---|---|---|---|
248903544,0.1a | hacker-news-to-sqlite 248903544 | 0.1a | b08037edcfb499dc443592820f80a8aba0fe3b19 |
248903544,0.2a | hacker-news-to-sqlite 248903544 | 0.2a | 25d8578e3b68ca9b4d36af7e7a7ea7b27e30c8f9 |
248903544,0.3 | hacker-news-to-sqlite 248903544 | 0.3 | ef8fb24abfb437c919f2799f47410a641834e511 |
248903544,0.3.1 | hacker-news-to-sqlite 248903544 | 0.3.1 | 1aad0462567d5eb431f5c2a88e9d24f73f5d8e91 |
248903544,0.4 | hacker-news-to-sqlite 248903544 | 0.4 | c5585c103d124b23ba1e163f8857d4ba49fe452a |
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]);