Steampipe SQLite – Virtual tables translated for common APIs (github.com) 13 points by jhd3 2y ago ↗ HN
[–] jhd3 2y ago ↗ This plays really well with datasette:grab https://github.com/turbot/steampipe-plugin-hackernews/releas... datasette --load-extension steampipe_sqlite_hackernews.so and then in your browser: select *, 'https://news.ycombinator.com/item?id=' || id as link from hackernews_item where id = 38713046;
1 comment
[ 8.9 ms ] story [ 14.7 ms ] threadgrab https://github.com/turbot/steampipe-plugin-hackernews/releas...
and then in your browser: