top | item 38713046 Steampipe SQLite – Virtual tables translated for common APIs 14 points| jhd3 | 2 years ago |github.com 1 comment order hn newest jhd3|2 years 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;
jhd3|2 years 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;
jhd3|2 years ago
grab https://github.com/turbot/steampipe-plugin-hackernews/releas...
and then in your browser: