home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1648339661

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/578#issuecomment-1648339661 https://api.github.com/repos/simonw/sqlite-utils/issues/578 1648339661 IC_kwDOCGYnMM5iP6rN 25778 2023-07-24T17:44:30Z 2023-07-24T17:44:30Z CONTRIBUTOR

A related feature would be support for plugins to add new ways of ingesting data - currently sqlite-utils insert works against JSON, newline-JSON, CSV and TSV.

This is my goal, to have one plugin that handles input and output symmetrically. I'd like to be able to do something like this:

```sh sqlite-utils insert data.db table file.geojson --format geojson

... explore and manipulate in Datasette

sqlite-utils query data.db ... --format geojson > output.geojson ```

This would work especially well with datasette-query-files, since I already have the queries I need saved in standalone SQL files.

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