home / github / pull_requests

Menu
  • Search all tables
  • GraphQL API

pull_requests: 853484980

This data as json

id node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association repo url merged_by auto_merge
853484980 PR_kwDOCGYnMM4y3yW0 407 closed 0 Add SpatiaLite helpers to CLI 25778 Closes #398 This adds SpatiaLite helpers to the CLI. ```sh # init spatialite when creating a database sqlite-utils create database.db --enable-wal --init-spatialite # add geometry columns # needs a database, table, geometry column name, type, with optional SRID and not-null # this will throw an error if the table doesn't already exist sqlite-utils add-geometry-column database.db table-name geometry --srid 4326 --not-null # spatial index an existing table/column # this will throw an error it the table and column don't exist sqlite-utils create-spatial-index database.db table-name geometry ``` Docs and tests are included. 2022-02-15T16:50:17Z 2022-02-16T01:49:40Z 2022-02-16T00:58:08Z 2022-02-16T00:58:07Z a692c56659c3563b26dcdc9e3534d63ecc26e180     0 a974da591915e0548182bbbf01da34ecb9e537e6 e7f040106b5f5a892ebd984f19b21c605e87c142 CONTRIBUTOR 140912432 https://github.com/simonw/sqlite-utils/pull/407    

Links from other tables

  • 2 rows from pull_requests_id in labels_pull_requests
Powered by Datasette ยท Queries took 5.366ms