CLI tools for creating, managing, and querying SpatiaLite spatial databases
CLI tools supporting SpatiaLite
spatialitespatialite_toolspatialite_convert$ spatialite mydb.db$ spatialite mydb.db "SELECT ST_AsGeoJSON(geometry) FROM table_name LIMIT 10;"$ spatialite_tool -i -shp shapefile.shp -d mydb.db -t table_name