home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1009534817

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/sqlite-utils/pull/377#issuecomment-1009534817 https://api.github.com/repos/simonw/sqlite-utils/issues/377 1009534817 IC_kwDOCGYnMM48LEdh 9599 2022-01-11T02:09:38Z 2022-01-11T02:09:38Z OWNER

I tested this like so: ``` % wget 'https://raw.githubusercontent.com/wri/global-power-plant-database/master/output_database/global_power_plant_database.csv' % sqlite-utils create-database test.db % sqlite-utils create-table test.db power_plants url text owner text % sqlite-utils schema test.db CREATE TABLE [power_plants] ( [url] TEXT, [owner] TEXT ); % sqlite-utils bulk test.db 'insert into power_plants (url, owner) values (:url, :owner)' global_power_plant_database.csv --csv [------------------------------------] 0% [###################################-] 99% % sqlite-utils tables --counts test.db -t table count


power_plants 33643 ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1097477582  
Powered by Datasette · Queries took 1.061ms · About: github-to-sqlite