Skip to content

Commit

Permalink
interactive session update
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn authored Apr 4, 2024
1 parent 15dfda9 commit 3eaf31b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/sqlite-exec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Commands:
info - GeoPackage information
help - print this help information
version - Show the SQLite Exec version
count - count database tables
tables [name] - list database tables (all or LIKE table name)
indexes [name] - list database indexes (all or LIKE index name)
Expand Down Expand Up @@ -139,8 +140,9 @@ Commands:
projection - desired projection as 'authority:code' or 'epsg_code'
m - manually query unindexed tables
extensions [name] - List GeoPackage extensions (all or LIKE table name)
rtree [-d] <name>
rtree [-g|-d] <name>
- Create, recreate, or drop a feature table R-tree
g - index using geodesic bounds
d - drop the R-tree if it exists
geometry <name> [-p projection] [ids]
- Display feature table geometries as Well-Known Text
Expand Down

0 comments on commit 3eaf31b

Please sign in to comment.