tags
23 rows where repo = 207052882
This data as json, CSV (advanced)
Link | repo | name | sha |
---|---|---|---|
207052882,0.1 | github-to-sqlite 207052882 | 0.1 | 7387c88a3f84704548e81d43b91615c02b61a957 |
207052882,0.1.1 | github-to-sqlite 207052882 | 0.1.1 | 321e0284c64dc48b2143311009886293c05edb07 |
207052882,0.2 | github-to-sqlite 207052882 | 0.2 | 0fe96bc50fb3d7b1c7e4577db0ddf207eaeebbb9 |
207052882,0.3 | github-to-sqlite 207052882 | 0.3 | f697f247468516aa4ee13b1862b59e0dba18d00f |
207052882,0.4 | github-to-sqlite 207052882 | 0.4 | 8c6251c31a05c58c2bfbef114247642d1b3dbb44 |
207052882,0.5 | github-to-sqlite 207052882 | 0.5 | ae9035f8fe5aff1c54bff4c6b4c2e808a44f0f2a |
207052882,0.6 | github-to-sqlite 207052882 | 0.6 | 9eb737090fafd0e5a7e314be48402374d99e9828 |
207052882,0.7 | github-to-sqlite 207052882 | 0.7 | e35eec4343aa560c58c1634cc228d0d46c442304 |
207052882,1.0 | github-to-sqlite 207052882 | 1.0 | 1ea30c8fb1d080bd5e38c577e3ad20bb527a2fe6 |
207052882,1.0.1 | github-to-sqlite 207052882 | 1.0.1 | 3b7ab5685de89fcb6fc92d320c0e24b17be05570 |
207052882,1.1 | github-to-sqlite 207052882 | 1.1 | 5cd34bd07d704487d48ac741ee5da5317afe88d2 |
207052882,2.0 | github-to-sqlite 207052882 | 2.0 | 44611df1524a03ce305405e5902c9615e3c73a72 |
207052882,2.1 | github-to-sqlite 207052882 | 2.1 | 9d7aed336c8e62bf372caa800cb4aae3985cbae9 |
207052882,2.2 | github-to-sqlite 207052882 | 2.2 | 4fe69783b55465e7692a807d3a02a710f69c9c42 |
207052882,2.3 | github-to-sqlite 207052882 | 2.3 | 7090e43d804724ef3b31ae5ca9efd6ac05f76cbc |
207052882,2.4 | github-to-sqlite 207052882 | 2.4 | 4ae4aa6f172344b19ff3513707195ee6d2654bd4 |
207052882,2.5 | github-to-sqlite 207052882 | 2.5 | 39b2234253096bd579feed4e25104698b8ccd2ba |
207052882,2.6 | github-to-sqlite 207052882 | 2.6 | 426cb329349181428126b88eec362806e5e37a5e |
207052882,2.7 | github-to-sqlite 207052882 | 2.7 | 16d271253f4ea71b261d2d228b926c7bc1a7e660 |
207052882,2.8 | github-to-sqlite 207052882 | 2.8 | 3f24e75a94d750f3b04c08b9decdfda587ea8788 |
207052882,2.8.1 | github-to-sqlite 207052882 | 2.8.1 | 7ede11eca30a8ad5ef78cd1f8b6eb6aa7b91f268 |
207052882,2.8.2 | github-to-sqlite 207052882 | 2.8.2 | d19d7db034bf7c3adcae37b9ab6f365d569605b3 |
207052882,2.8.3 | github-to-sqlite 207052882 | 2.8.3 | bc9763d1206df2cfb2dab4d6e0fb0c7f02408ba2 |
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]);