This repository was archived by the owner on Dec 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-2
lines changed
github.com/tidwall/gjson Expand file tree Collapse file tree 5 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ Go package for indexing Who's On First features in SQLite databases.
37
37
Attempt to optimize the database before closing connection (default true)
38
38
-processes int
39
39
The number of concurrent processes to index data with (default 8)
40
+ -rtree
41
+ Index the 'rtree' table
40
42
-search
41
43
Index the 'search' table (using SQLite FTS4 full-text indexer)
42
44
-spr
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/whosonfirst/go-whosonfirst-sqlite-features-index
3
3
go 1.12
4
4
5
5
require (
6
- github.com/tidwall/gjson v1.6.3
6
+ github.com/tidwall/gjson v1.6.4
7
7
github.com/whosonfirst/go-reader v0.2.0
8
8
github.com/whosonfirst/go-reader-http v0.1.0
9
9
github.com/whosonfirst/go-whosonfirst-geojson-v2 v0.12.3
Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ github.com/tidwall/gjson v1.6.0 h1:9VEQWz6LLMUsUl6PueE49ir4Ka6CzLymOAZDxpFsTDc=
89
89
github.com/tidwall/gjson v1.6.0 /go.mod h1:P256ACg0Mn+j1RXIDXoss50DeIABTYK1PULOJHhxOls =
90
90
github.com/tidwall/gjson v1.6.3 h1:aHoiiem0dr7GHkW001T1SMTJ7X5PvyekH5WX0whWGnI =
91
91
github.com/tidwall/gjson v1.6.3 /go.mod h1:BaHyNc5bjzYkPqgLq7mdVzeiRtULKULXLgZFKsxEHI0 =
92
+ github.com/tidwall/gjson v1.6.4 h1:JKsCsJqRVFz8eYCsQ5E/ANRbK6CanAtA9IUvGsXklyo =
93
+ github.com/tidwall/gjson v1.6.4 /go.mod h1:BaHyNc5bjzYkPqgLq7mdVzeiRtULKULXLgZFKsxEHI0 =
92
94
github.com/tidwall/match v1.0.1 h1:PnKP62LPNxHKTwvHHZZzdOAOCtsJTjo6dZLCwpKm5xc =
93
95
github.com/tidwall/match v1.0.1 /go.mod h1:LujAq0jyVjBy028G1WhWfIzbpQfMO8bBZ6Tyb0+pL9E =
94
96
github.com/tidwall/pretty v0.0.0-20190325153808-1166b9ac2b65 h1:rQ229MBgvW68s1/g6f1/63TgYwYxfF4E+bi/KC19P8g =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ github.com/mattn/go-sqlite3
10
10
github.com/mmcloughlin/geohash
11
11
# github.com/skelterjohn/geom v0.0.0-20180103142417-96f3e8a219c5
12
12
github.com/skelterjohn/geom
13
- # github.com/tidwall/gjson v1.6.3
13
+ # github.com/tidwall/gjson v1.6.4
14
14
github.com/tidwall/gjson
15
15
# github.com/tidwall/match v1.0.1
16
16
github.com/tidwall/match
You can’t perform that action at this time.
0 commit comments