home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1256858763

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/491#issuecomment-1256858763 https://api.github.com/repos/simonw/sqlite-utils/issues/491 1256858763 IC_kwDOCGYnMM5K6iSL 7908073 2022-09-24T04:50:59Z 2022-09-24T04:52:08Z CONTRIBUTOR Instead of outputting binary data to stdout the interface might be better like this ``` sqlite-utils merge animals.db cats.db dogs.db ``` similar to `zip`, `ogr2ogr`, etc Actually I think this might already be possible within `ogr2ogr`. I don't believe spatial data is a requirement though it might add an `ogc_id` column or something ``` cp cats.db animals.db ogr2ogr -append animals.db dogs.db ogr2ogr -append animals.db another.db ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1383646615  
Powered by Datasette · Queries took 0.888ms