home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 549432592

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/issues/61#issuecomment-549432592 https://api.github.com/repos/simonw/sqlite-utils/issues/61 549432592 MDEyOklzc3VlQ29tbWVudDU0OTQzMjU5Mg== 9599 2019-11-04T16:25:01Z 2019-11-04T16:25:01Z OWNER

Yeah I've thought about this a bit and I'm OK leaving it out.

The core idea of sqlite-utils is that if you can create a list, iterator or generator of Python dictionaries you can efficiently insert those into a SQLite table.

The --csv function is actually implemented as just a few lines of code which turn that incoming CSV into a generator of dictionaries:

https://github.com/simonw/sqlite-utils/blob/169ea455fc1f1d5e5b6e44cb339ba7ffa9d49c31/sqlite_utils/cli.py#L364-L368

I could turn this into a reusable helper function but since it wouldn't have anything to do with database inserts (it would just be a helper that turns a CSV into a generator of dictionaries) it doesn't feel like it fits well in the Python library section of this package.

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