Pong
July 14th 2014, SQLite R-Tree Module
← July 13th 2014 SVG Logo | ● | July 14th 2014 Geo-Spatial Coordinate Conversions →
In order to perform geo-spatial searches, SQLite supports range queries, using the R-Tree Module.
By default the R-Tree module is not enabled. To compile SQLite with it, we use the following comand line with the SQLite amalgamation:
gcc -DSQLITE_ENABLE_RTREE=1 shell.c sqlite3.c -lpthread -ldl -o sqlite3
← July 13th 2014 SVG Logo | ● | July 14th 2014 Geo-Spatial Coordinate Conversions →